Skip to content

Commit

Permalink
fix issues addressed by rubocop. increase Metrics/ParameterLists to 10
Browse files Browse the repository at this point in the history
  • Loading branch information
laka3000 committed Feb 16, 2018
1 parent 5f72eda commit c1da820
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .rubocop.yml
Expand Up @@ -20,7 +20,7 @@ Metrics/MethodLength:
Max: 100

Metrics/ParameterLists:
Max: 8
Max: 10

Metrics/AbcSize:
Enabled: false
Expand Down

0 comments on commit c1da820

Please sign in to comment.