Skip to content

Commit

Permalink
Relax Metrics/MethodLength
Browse files Browse the repository at this point in the history
  • Loading branch information
akitada committed May 6, 2017
1 parent 34d33c4 commit 3959594
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/.rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Metrics/CyclomaticComplexity:
Max: 15

Metrics/MethodLength:
Max: 60
Max: 65

Metrics/LineLength:
Max: 150
Expand Down

0 comments on commit 3959594

Please sign in to comment.