summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorMichael Scott Cuthbert <cuthbert@mit.edu>2019-02-03 14:06:27 -0500
committerClaudiu Popa <pcmanticore@gmail.com>2019-03-19 10:31:27 +0100
commit383c2a9dd4409a3bfeeb206722bb78045e976143 (patch)
tree66e62f4cc8e3fc65ab52e23c4643db153a96b419 /examples
parent4714a65529a0f03cb77e3938503c131d62fdc9e0 (diff)
downloadpylint-git-383c2a9dd4409a3bfeeb206722bb78045e976143.tar.gz
Add reference to R0916 to max-bool-expr
Diffstat (limited to 'examples')
-rw-r--r--examples/pylintrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/pylintrc b/examples/pylintrc
index 872166ee9..c2a1558ce 100644
--- a/examples/pylintrc
+++ b/examples/pylintrc
@@ -485,7 +485,7 @@ max-args=5
# Maximum number of attributes for a class (see R0902).
max-attributes=7
-# Maximum number of boolean expressions in an if statement
+# Maximum number of boolean expressions in an if statement (see R0916).
max-bool-expr=5
# Maximum number of branch for function / method body