aboutsummaryrefslogtreecommitdiffhomepage
path: root/.oclint
diff options
context:
space:
mode:
Diffstat (limited to '.oclint')
-rw-r--r--.oclint5
1 files changed, 5 insertions, 0 deletions
diff --git a/.oclint b/.oclint
index f38f47e6..ad70da64 100644
--- a/.oclint
+++ b/.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