summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
Diffstat (limited to 'examples')
-rw-r--r--examples/pylintrc2
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/pylintrc b/examples/pylintrc
index 5284fab..d560f9e 100644
--- a/examples/pylintrc
+++ b/examples/pylintrc
@@ -86,6 +86,8 @@ max-module-lines=1000
# tab).
indent-string=' '
+# Regexp for a line that is allowed to be longer than the limit.
+ignore-long-lines=^\s*(# )?<?https?://\S+>?$
[BASIC]