Skip to content

Commit

Permalink
Merge pull request #243 from alexjfisher/block_length
Browse files Browse the repository at this point in the history
RFC: Disable Metric/BlockLength cop
  • Loading branch information
bastelfreak committed Oct 17, 2016
2 parents 9182d39 + e2e8ce7 commit 75955be
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions moduleroot/.rubocop.yml
Expand Up @@ -62,6 +62,9 @@ Style/AndOr:
Style/RedundantSelf:
Enabled: True

Metric/BlockLength:
Enabled: False

# Method length is not necessarily an indicator of code quality
Metrics/MethodLength:
Enabled: False
Expand Down

0 comments on commit 75955be

Please sign in to comment.