summaryrefslogtreecommitdiff
path: root/pylintrc
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-25 21:03:11 +0100
commit35b823879d9c256ccbb7c87e02b42828b91801b0 (patch)
treed932d18cf8febc052e68c8f2a02e8c8bb11a71cf /pylintrc
parentea1fcd6a94403c1c17718c934903f0f57b51aba5 (diff)
downloadpylint-git-35b823879d9c256ccbb7c87e02b42828b91801b0.tar.gz
Each enable on their on line in pylintrc
Diffstat (limited to 'pylintrc')
-rw-r--r--pylintrc5
1 files changed, 4 insertions, 1 deletions
diff --git a/pylintrc b/pylintrc
index c00c27eb2..8ccea5ae0 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