Skip to content

Commit

Permalink
Temporarily raise maximum module length
Browse files Browse the repository at this point in the history
  • Loading branch information
sferik committed May 6, 2015
1 parent 44d2ec6 commit 5c0b092
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ Metrics/MethodLength:
CountComments: false
Max: 10

Metrics/ModuleLength:
Max: 150 # TODO: Lower to 100

Metrics/ParameterLists:
Max: 4
CountKeywordArgs: true
Expand Down

0 comments on commit 5c0b092

Please sign in to comment.