Skip to content

Commit 694fa24

Browse files
committed
Increase max-module-lines to permit successful build
Please refer to Issue 296 for more information.
1 parent f835e6c commit 694fa24

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.pylintrc

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,9 @@ indent-string=' '
223223
max-line-length=100
224224

225225
# Maximum number of lines in a module
226-
max-module-lines=1000
226+
#
227+
# XXX: Reduce this number once Issue 296 is resolved.
228+
max-module-lines=1050
227229

228230
# List of optional constructs for which whitespace checking is disabled. `dict-
229231
# separator` is used to allow tabulation in dicts, etc.: {1 : 1,\n222: 2}.

0 commit comments

Comments
 (0)