Skip to content

Commit

Permalink
Tune Max/ClassLength to a reasonable value (100)
Browse files Browse the repository at this point in the history
  • Loading branch information
jcoyne committed Jul 11, 2017
1 parent 8302283 commit 1d73819
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .rubocop_todo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,12 @@ Metrics/BlockLength:
Metrics/BlockNesting:
Max: 4

# Offense count: 2
# Configuration parameters: CountComments.
Metrics/ClassLength:
Max: 182
Max: 100
Exclude:
- 'lib/blacklight/configuration.rb'
- 'lib/blacklight/search_builder.rb'

# Offense count: 20
Metrics/CyclomaticComplexity:
Expand Down

0 comments on commit 1d73819

Please sign in to comment.