summaryrefslogtreecommitdiff
path: root/pylintrc
diff options
context:
space:
mode:
authorDaniƫl van Noord <13665637+DanielNoord@users.noreply.github.com>2021-11-23 20:10:29 +0100
committerGitHub <noreply@github.com>2021-11-23 20:10:29 +0100
commitd58a7c019df0bde1ae5edde35a628b861715c758 (patch)
treea5479c14dfab21689a8b538f510fdde7ae1ad664 /pylintrc
parent2c687133e4fcdd73ae3afa2e79be2160b150bb82 (diff)
downloadpylint-git-d58a7c019df0bde1ae5edde35a628b861715c758.tar.gz
Fix typo in pylintrc for useless-suppression (#5303)
* Fix typo in pylintrc for useless-suppression * Fix CI for information messages * Remove useless disables * Update CI and docs for 3.8+ Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com>
Diffstat (limited to 'pylintrc')
-rw-r--r--pylintrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/pylintrc b/pylintrc
index 95e796939..299867086 100644
--- a/pylintrc
+++ b/pylintrc
@@ -57,7 +57,7 @@ confidence=
# multiple time. See also the "--disable" option for examples.
enable=
use-symbolic-message-instead,
- useless-supression,
+ useless-suppression,
fixme
# Disable the message, report, category or checker with the given id(s). You