summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorDudeNr33 <3929834+DudeNr33@users.noreply.github.com>2021-06-28 19:20:42 +0200
committerPierre Sassoulas <pierre.sassoulas@gmail.com>2021-06-29 18:29:43 +0200
commit5ed8becef308ea1c910c92d981ef268dba2dc9ba (patch)
tree28bc39f6aa6b5738ae715710654037ea5987971e /examples
parentb927c55d9c6ffcaab842113f26ec6c53af9dbdb7 (diff)
downloadpylint-git-5ed8becef308ea1c910c92d981ef268dba2dc9ba.tar.gz
Issue #4541: add ``ignore-paths`` option to example pylintrc file.
Diffstat (limited to 'examples')
-rw-r--r--examples/pylintrc4
1 files changed, 4 insertions, 0 deletions
diff --git a/examples/pylintrc b/examples/pylintrc
index 1a98ef656..8a50a5833 100644
--- a/examples/pylintrc
+++ b/examples/pylintrc
@@ -21,6 +21,10 @@ ignore=CVS
# matches against base names, not paths.
ignore-patterns=
+# Add files or directories matching the regex patterns to the ignore-list.
+# The regex matches against paths.
+ignore-paths=
+
# Python code to execute, usually for sys.path manipulation such as
# pygtk.require().
#init-hook=