Skip to content

Commit

Permalink
Make Linter and Styleguide conform to us for a change
Browse files Browse the repository at this point in the history
  • Loading branch information
kronn committed Apr 17, 2018
1 parent dac29ce commit 3c6c139
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions rubocop-must.yml
Expand Up @@ -20,13 +20,14 @@ Metrics/ClassLength:
Max: 220 # Try to reduce this value

Metrics/LineLength:
Max: 100 # Try to reduce this value
Max: 100
IgnoreCopDirectives: true

Metrics/MethodLength:
Max: 18 # Try to reduce this value

Metrics/ModuleLength:
Max: 200
Max: 200 # Try to reduce this value

Metrics/ParameterLists:
Max: 6
Expand Down

0 comments on commit 3c6c139

Please sign in to comment.