Skip to content

Commit

Permalink
bump line length to 120, and ignore the crashlog module
Browse files Browse the repository at this point in the history
  • Loading branch information
stfp committed Feb 9, 2011
1 parent b80e0e8 commit 8b60b9b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pylintrc
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ profile=no

# Add <file or directory> to the black list. It should be a base name, not a
# path. You may set this option multiple times.
ignore=CVS
ignore=CVS,crashlog

# Pickle collected data for later comparisons.
persistent=yes
Expand Down Expand Up @@ -166,7 +166,7 @@ additional-builtins=
[FORMAT]

# Maximum number of characters on a single line.
max-line-length=80
max-line-length=120

# Maximum number of lines in a module
max-module-lines=1000
Expand Down

0 comments on commit 8b60b9b

Please sign in to comment.