summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorPierre Sassoulas <pierre.sassoulas@gmail.com>2022-06-18 09:31:38 +0200
committerPierre Sassoulas <pierre.sassoulas@gmail.com>2022-06-18 10:31:21 +0200
commit680edebc686cad664bbed934a490aeafa775f163 (patch)
tree21049538895ffa5cf0597f6b8e7f4fa8cfd6d9c7 /examples
parentb05ac51ad2e3785b6b9b071b8cb241993c914105 (diff)
downloadpylint-git-680edebc686cad664bbed934a490aeafa775f163.tar.gz
Bump pylint to 2.14.3, update changelogv2.14.3
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.