mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-10 15:14:44 +00:00
disable the oclint InvertedLogic rule
This commit is contained in:
parent
2606cfe72d
commit
49d9883b3e
1 changed files with 5 additions and 0 deletions
5
.oclint
5
.oclint
|
@ -36,3 +36,8 @@ disable-rules:
|
|||
# a lot of really annoying warnings, we're going to disable this rule.
|
||||
#
|
||||
- ShortVariableName
|
||||
#
|
||||
# This rule flags perfectly reasonable conditions like `if (!some_condition)`
|
||||
# and is therefore just noise. Disable this rule.
|
||||
#
|
||||
- InvertedLogic
|
||||
|
|
Loading…
Reference in a new issue