summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPierre Sassoulas <pierre.sassoulas@gmail.com>2021-03-18 13:00:19 +0100
committerPierre Sassoulas <pierre.sassoulas@gmail.com>2021-03-28 22:48:56 +0200
commit77a16a6f3a8460ee12c49e057c7f637927b81455 (patch)
treeb2a489ac9672bb0d2edc0e8f445fef8a8b37b7fe
parentf9bb082fd3b89a9e9ffe525417ac1f637427e524 (diff)
downloadpylint-git-77a16a6f3a8460ee12c49e057c7f637927b81455.tar.gz
Each enable on their on line in pylintrc
-rw-r--r--pylintrc5
1 files changed, 4 insertions, 1 deletions
diff --git a/pylintrc b/pylintrc
index c75c3fa02..b87a14185 100644
--- a/pylintrc
+++ b/pylintrc
@@ -41,7 +41,10 @@ confidence=
# Enable the message, report, category or checker with the given id(s). You can
# either give multiple identifier separated by comma (,) or put this option
# multiple time. See also the "--disable" option for examples.
-enable=use-symbolic-message-instead,useless-supression,fixme
+enable=
+ use-symbolic-message-instead,
+ useless-supression,
+ fixme
# Disable the message, report, category or checker with the given id(s). You
# can either give multiple identifiers separated by comma (,) or put this