mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-25 18:03:37 +08:00
Tell oclint
to ignore another idiom that is safe
This commit is contained in:
parent
b142262cf7
commit
83b1b5d282
6
.oclint
6
.oclint
|
@ -87,3 +87,9 @@ disable-rules:
|
||||||
# in fish source.
|
# in fish source.
|
||||||
#
|
#
|
||||||
- BitwiseOperatorInConditional
|
- BitwiseOperatorInConditional
|
||||||
|
#
|
||||||
|
# I don't think I've ever seen a case where assigning a value to a
|
||||||
|
# parameter inside the function body was unclear, let along dangerous or
|
||||||
|
# an error. This rule is therefore just noise. Disable this rule.
|
||||||
|
#
|
||||||
|
- ParameterReassignment
|
||||||
|
|
Loading…
Reference in New Issue
Block a user