From 49d9883b3e296ed2b0ca493c21b777cd12c0e0d9 Mon Sep 17 00:00:00 2001 From: Kurtis Rader Date: Sun, 22 May 2016 20:21:04 -0700 Subject: disable the oclint InvertedLogic rule --- .oclint | 5 +++++ 1 file changed, 5 insertions(+) (limited to '.oclint') 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 -- cgit v1.2.3