mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-10 07:04:29 +00:00
Tell oclint
to ignore another idiom that is safe
This commit is contained in:
parent
b142262cf7
commit
83b1b5d282
1 changed files with 6 additions and 0 deletions
6
.oclint
6
.oclint
|
@ -87,3 +87,9 @@ disable-rules:
|
|||
# in fish source.
|
||||
#
|
||||
- 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 a new issue