Skip to content

Commit

Permalink
set rubocop max class length to 200 lines to make it happy
Browse files Browse the repository at this point in the history
  • Loading branch information
whitew1nd committed Oct 2, 2015
1 parent c09b91e commit 08433a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ Metrics/LineLength:
Metrics/MethodLength:
Enabled: false
Metrics/ClassLength:
Max: 153
Max: 200
Metrics/ParameterLists:
Enabled: false

0 comments on commit 08433a7

Please sign in to comment.