From ad7b0027ce59c7091a3dc0c45c184c265e825521 Mon Sep 17 00:00:00 2001 From: Torsten Marek Date: Mon, 17 Jun 2013 19:57:05 +0200 Subject: Extend the line length check. --- examples/pylintrc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'examples') 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*(# )??$ [BASIC] -- cgit v1.2.1