Skip to content

Commit

Permalink
increase rubocop block length (#44)
Browse files Browse the repository at this point in the history
Signed-off-by: Christoph Hartmann <chris@lollyrock.com>
  • Loading branch information
chris-rock authored Jun 26, 2018
1 parent 802e639 commit 64f56a4
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 @@ -14,7 +14,7 @@ MethodLength:
NumericLiterals:
MinDigits: 10
Metrics/BlockLength:
Max: 35
Max: 40
Metrics/CyclomaticComplexity:
Max: 10
Metrics/PerceivedComplexity:
Expand Down

0 comments on commit 64f56a4

Please sign in to comment.