Skip to content

Commit

Permalink
Regenerate the rubocop todo file
Browse files Browse the repository at this point in the history
  • Loading branch information
cbeer committed Oct 12, 2018
1 parent 8ca1f7a commit ff2993d
Showing 1 changed file with 13 additions and 8 deletions.
21 changes: 13 additions & 8 deletions .rubocop_todo.yml
Expand Up @@ -89,16 +89,21 @@ Lint/UriEscapeUnescape:
- 'app/controllers/sdr_controller.rb'
- 'spec/controllers/sdr_controller_spec.rb'

# Offense count: 9
# Offense count: 11
Metrics/AbcSize:
Max: 30
Max: 32

# Offense count: 5
# Offense count: 1
# Configuration parameters: CountComments.
Metrics/ClassLength:
Max: 128

# Offense count: 6
# Configuration parameters: CountComments.
Metrics/MethodLength:
Max: 14
Max: 13

# Offense count: 8
# Offense count: 9
Naming/AccessorMethodName:
Exclude:
- 'app/models/dor/update_marc_record_service.rb'
Expand Down Expand Up @@ -154,7 +159,7 @@ RSpec/DescribeClass:
Exclude:
- 'spec/features/about_spec.rb'

# Offense count: 30
# Offense count: 32
# Configuration parameters: SkipBlocks, EnforcedStyle.
# SupportedStyles: described_class, explicit
RSpec/DescribedClass:
Expand Down Expand Up @@ -193,7 +198,7 @@ RSpec/ExpectInHook:
Exclude:
- 'spec/dor/update_marc_record_service_spec.rb'

# Offense count: 141
# Offense count: 92
# Configuration parameters: AssignmentOnly.
RSpec/InstanceVariable:
Exclude:
Expand Down Expand Up @@ -331,7 +336,7 @@ Style/IfUnlessModifier:
Style/NumericLiterals:
MinDigits: 11

# Offense count: 12
# Offense count: 13
# Cop supports --auto-correct.
# Configuration parameters: PreferredDelimiters.
Style/PercentLiteralDelimiters:
Expand Down

0 comments on commit ff2993d

Please sign in to comment.