Skip to content

Commit

Permalink
Merge pull request #1744 from jordan-brough/disable-block-length-rubocop
Browse files Browse the repository at this point in the history
Disable rubocop Metrics/BlockLength
  • Loading branch information
jhawthorn authored Feb 27, 2017
2 parents 752c093 + 0a95dd0 commit ddd9539
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -226,6 +226,9 @@ Metrics/ClassLength:
Metrics/ModuleLength:
Enabled: false

Metrics/BlockLength:
Enabled: false

Metrics/CyclomaticComplexity:
Enabled: false

Expand Down

0 comments on commit ddd9539

Please sign in to comment.