Skip to content

Commit

Permalink
Raise line limit to 4000 for miniedit.py (see note)
Browse files Browse the repository at this point in the history
Future versions of pylint will allow this to be disabled
in the file itself, so we can drop the limit back to
1500 or something more reasonable!!
  • Loading branch information
lantz committed Dec 4, 2014
1 parent 03461ce commit e341526
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .pylint
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,8 @@ int-import-graph=
max-line-length=80

# Maximum number of lines in a module
max-module-lines=1500
# XXX 1500 -> 4000 for miniedit.py
max-module-lines=4000

# String used as indentation unit. This is usually " " (4 spaces) or "\t" (1
# tab).
Expand Down

0 comments on commit e341526

Please sign in to comment.