summaryrefslogtreecommitdiff
path: root/pylintrc
diff options
context:
space:
mode:
authorClaudiu Popa <pcmanticore@gmail.com>2018-10-11 08:24:26 +0200
committerClaudiu Popa <pcmanticore@gmail.com>2018-10-11 08:24:26 +0200
commitcd33ae266250fb0c6d60de378bebdc8f817c772c (patch)
treec55d01652d0722be7e93227c9d8d102da2437b29 /pylintrc
parentee41558110a4d0e15a6893608f7f62165cb828f0 (diff)
downloadastroid-git-cd33ae266250fb0c6d60de378bebdc8f817c772c.tar.gz
Disable useless-supression for now
It's getting annoying from time to time as it seems to be flaky.
Diffstat (limited to 'pylintrc')
-rw-r--r--pylintrc6
1 files changed, 0 insertions, 6 deletions
diff --git a/pylintrc b/pylintrc
index aab6da80..2228e1c4 100644
--- a/pylintrc
+++ b/pylintrc
@@ -83,12 +83,6 @@ evaluation=10.0 - ((float(5 * error + warning + refactor + convention) / stateme
# all. Valid levels: HIGH, INFERENCE, INFERENCE_FAILURE, UNDEFINED
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=useless-suppression
# Disable the message, report, category or checker with the given id(s). You