Skip to content
This repository has been archived by the owner on Apr 14, 2021. It is now read-only.

Commit

Permalink
[RuboCop] Disable Metrics/BlockLength
Browse files Browse the repository at this point in the history
  • Loading branch information
segiddins committed Mar 14, 2017
1 parent 3c605d0 commit ec7fa9a
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 @@ -113,6 +113,9 @@ Metrics/MethodLength:
Metrics/BlockNesting:
Enabled: false

Metrics/BlockLength:
Enabled: false

Metrics/AbcSize:
Enabled: false

Expand Down

0 comments on commit ec7fa9a

Please sign in to comment.