summaryrefslogtreecommitdiff
path: root/pylintrc
diff options
context:
space:
mode:
authorPeter Kolbus <peter.kolbus@gmail.com>2020-11-29 07:57:39 -0600
committerPierre Sassoulas <pierre.sassoulas@gmail.com>2021-03-09 09:13:05 +0100
commitd19c7733717ae9ad0a527233c2950473dce3ffcf (patch)
tree4215a2523554d2230ce1276da867e27d45a2308c /pylintrc
parent0f1245c2959f16dd68a2f7cf191c3cee0fcc08c2 (diff)
downloadpylint-git-d19c7733717ae9ad0a527233c2950473dce3ffcf.tar.gz
Reduce 'blacklist' term for ignored files
Replace usage of the term 'blacklist' in the context of ignored files and directories (--ignore and --ignore-patterns), except in cases where backward compatibility is needed. In documentation and help, supplement 'ignore' with 'skip'; in code use the term 'ignore list'.
Diffstat (limited to 'pylintrc')
-rw-r--r--pylintrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/pylintrc b/pylintrc
index c75c3fa02..47b7d28cc 100644
--- a/pylintrc
+++ b/pylintrc
@@ -7,7 +7,7 @@
# pygtk.require().
#init-hook=
-# Add files or directories to the blacklist. They should be base names, not
+# Files or directories to be skipped. They should be base names, not
# paths.
ignore=CVS