Increase max-module-lines to permit successful build
Please refer to Issue 296 for more information.
This commit is contained in:
parent
f835e6ca35
commit
694fa24125
1 changed files with 3 additions and 1 deletions
|
|
@ -223,7 +223,9 @@ indent-string=' '
|
|||
max-line-length=100
|
||||
|
||||
# Maximum number of lines in a module
|
||||
max-module-lines=1000
|
||||
#
|
||||
# XXX: Reduce this number once Issue 296 is resolved.
|
||||
max-module-lines=1050
|
||||
|
||||
# List of optional constructs for which whitespace checking is disabled. `dict-
|
||||
# separator` is used to allow tabulation in dicts, etc.: {1 : 1,\n222: 2}.
|
||||
|
|
|
|||
Loading…
Reference in a new issue