Skip to content

Commit

Permalink
Rubocop: Fix Metrics/AbcSize
Browse files Browse the repository at this point in the history
  • Loading branch information
weppos committed Mar 27, 2016
1 parent 0b2bac0 commit f2cd809
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 4 additions & 0 deletions .rubocop.yml
Expand Up @@ -7,6 +7,10 @@ AllCops:
Lint/AmbiguousRegexpLiteral:
Enabled: false

Metrics/AbcSize:
Exclude:
- 'test/**/*_test.rb'

Style/EmptyLines:
Enabled: false

Expand Down
4 changes: 0 additions & 4 deletions .rubocop_todo.yml
Expand Up @@ -6,10 +6,6 @@
# Note that changes in the inspected code, or installation of new
# versions of RuboCop, may require this file to be generated again.

# Offense count: 12
Metrics/AbcSize:
Max: 38

# Offense count: 2
# Configuration parameters: CountComments.
Metrics/ClassLength:
Expand Down

0 comments on commit f2cd809

Please sign in to comment.