Skip to content

Commit

Permalink
A block and a class got longer so extend the exceptions for Rubocop
Browse files Browse the repository at this point in the history
  • Loading branch information
brandur committed Dec 8, 2017
1 parent 3fc5e5b commit 8b73853
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .rubocop_todo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ Metrics/AbcSize:
# Offense count: 27
# Configuration parameters: CountComments, ExcludedMethods.
Metrics/BlockLength:
Max: 455
Max: 467

# Offense count: 8
# Configuration parameters: CountComments.
Metrics/ClassLength:
Max: 583
Max: 595

# Offense count: 10
Metrics/CyclomaticComplexity:
Expand Down

0 comments on commit 8b73853

Please sign in to comment.