Skip to content

Commit

Permalink
coafile: Change max_line_length to 80
Browse files Browse the repository at this point in the history
  • Loading branch information
sils committed Apr 15, 2015
1 parent 06e2534 commit 6a05c73
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .ci_coafile
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ files = *.py, bears/**/*.py, coalib/**/*.py, ./coala
output = none
bears = SpaceConsistencyBear, LineLengthBear
use_spaces = True
max_line_length = 120
max_line_length = 80
2 changes: 1 addition & 1 deletion .coafile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ files = *.py, bears/**/*.py, coalib/**/*.py, ./coala
[PythonCheck]
bears = SpaceConsistencyBear, LineLengthBear
use_spaces = True
max_line_length = 120
max_line_length = 80

[LineCounting]
bears = LineCountBear
Expand Down

0 comments on commit 6a05c73

Please sign in to comment.