summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorDaniƫl van Noord <13665637+DanielNoord@users.noreply.github.com>2021-11-28 22:35:11 +0100
committerGitHub <noreply@github.com>2021-11-28 22:35:11 +0100
commitb533e287b2799cef7173edecfeffc9a8a7611b0a (patch)
tree7153e2428f4ef81ab7f5a73286d20356464945c6 /examples
parent7bdbffcbc3234205aa5aab7556b3bf061dec5ffa (diff)
downloadpylint-git-b533e287b2799cef7173edecfeffc9a8a7611b0a.tar.gz
Update description of ``ignore-paths`` (#5415)
Diffstat (limited to 'examples')
-rw-r--r--examples/pylintrc4
1 files changed, 3 insertions, 1 deletions
diff --git a/examples/pylintrc b/examples/pylintrc
index 0bfe95939..07e870b58 100644
--- a/examples/pylintrc
+++ b/examples/pylintrc
@@ -22,7 +22,9 @@ ignore=CVS
ignore-patterns=
# Add files or directories matching the regex patterns to the ignore-list.
-# The regex matches against paths.
+# The regex matches against paths. NOTE: Because "\" represents the directory
+# delimiter on Windows systems it can't be used as the escape character
+# in these regular expressions.
ignore-paths=
# Python code to execute, usually for sys.path manipulation such as