summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorPierre Sassoulas <pierre.sassoulas@gmail.com>2022-06-18 10:34:12 +0200
committerPierre Sassoulas <pierre.sassoulas@gmail.com>2022-06-18 10:34:12 +0200
commit6d73437c41017ba20ec579a26e3665ec47db3699 (patch)
tree4b34de07c772a7e6af4231747ddaf63ff6bce970 /examples
parenta52edfde6690f8478578019a6bc41de7206aa63d (diff)
parent680edebc686cad664bbed934a490aeafa775f163 (diff)
downloadpylint-git-6d73437c41017ba20ec579a26e3665ec47db3699.tar.gz
Merge branch 'maintenance/2.14.x' into main
Diffstat (limited to 'examples')
-rw-r--r--examples/pylintrc5
1 files changed, 3 insertions, 2 deletions
diff --git a/examples/pylintrc b/examples/pylintrc
index 5146b9941..61528a5bb 100644
--- a/examples/pylintrc
+++ b/examples/pylintrc
@@ -9,8 +9,9 @@ analyse-fallback-blocks=no
# all available extensions.
#enable-all-extensions=
-# In error mode, checkers without error messages are disabled and for others,
-# only the ERROR messages are displayed, and no reports are done by default.
+# In error mode, messages with a category besides ERROR or FATAL are
+# suppressed, and no reports are done by default. Error mode is compatible with
+# disabling specific errors.
#errors-only=
# Always return a 0 (non-error) status code, even if lint errors are found.