summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
Diffstat (limited to 'examples')
-rw-r--r--examples/pylintrc7
1 files changed, 3 insertions, 4 deletions
diff --git a/examples/pylintrc b/examples/pylintrc
index e5995bbae..211796fa9 100644
--- a/examples/pylintrc
+++ b/examples/pylintrc
@@ -8,12 +8,11 @@ extension-pkg-whitelist=
# Specify a score threshold to be exceeded before program exits with error.
fail-under=10
-# Add files or directories to the blacklist. They should be base names, not
-# paths.
+# Files or directories to be skipped. They should be base names, not paths.
ignore=CVS
-# Add files or directories matching the regex patterns to the blacklist. The
-# regex matches against base names, not paths.
+# Files or directories matching the regex patterns are skipped. The regex
+# matches against base names, not paths.
ignore-patterns=
# Python code to execute, usually for sys.path manipulation such as