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 17, 2017
1 parent 233f9e4 commit cb530e8
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 cb530e8

Please sign in to comment.