Skip to content

Commit

Permalink
Disable AbcSize checks
Browse files Browse the repository at this point in the history
  • Loading branch information
CloCkWeRX committed Jul 27, 2015
1 parent a29f3e7 commit ddff244
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ Metrics/CyclomaticComplexity:
Max: 10
Metrics/PerceivedComplexity:
Max: 10
Metrics/AbcSize:
Enabled: false
Metrics/LineLength:
Enabled: false
Metrics/MethodLength:
Expand Down

0 comments on commit ddff244

Please sign in to comment.