Skip to content

Commit

Permalink
Regen .rubocop_todo.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jkeck committed Mar 16, 2017
1 parent a07d318 commit 42e7597
Showing 1 changed file with 10 additions and 15 deletions.
25 changes: 10 additions & 15 deletions .rubocop_todo.yml
Original file line number Diff line number Diff line change
@@ -1,47 +1,42 @@
# This configuration was generated by
# `rubocop --auto-gen-config`
# on 2017-01-23 13:59:29 -0800 using RuboCop version 0.47.1.
# on 2017-03-16 10:52:59 -0700 using RuboCop version 0.47.1.
# The point is for the user to remove these configuration records
# one by one as the offenses are removed from the code base.
# Note that changes in the inspected code, or installation of new
# versions of RuboCop, may require this file to be generated again.

# Offense count: 1
# Offense count: 2
Metrics/AbcSize:
Max: 19

# Offense count: 30
# Offense count: 33
# Configuration parameters: CountComments, ExcludedMethods.
Metrics/BlockLength:
Exclude:
- 'Rakefile'
- '**/*.rake'
- 'spec/**/*.rb'
- 'app/controllers/catalog_controller.rb'
- 'app/models/spotlight/dor/indexer.rb'
Max: 639

# Offense count: 1
# Configuration parameters: CountComments.
Metrics/MethodLength:
Max: 11

# Offense count: 2
# Offense count: 1
RSpec/AnyInstance:
Exclude:
- 'spec/features/exhibit_spec.rb'
- 'spec/models/dor_harvester_spec.rb'

# Offense count: 2
# Offense count: 3
# Configuration parameters: Max.
RSpec/ExampleLength:
Exclude:
- 'spec/features/bibliography_service_feature_spec.rb'
- 'spec/models/spotlight/dor/indexer_spec.rb'

# Offense count: 23
# Offense count: 28
RSpec/MultipleExpectations:
Max: 5
Max: 7

# Offense count: 21
# Offense count: 23
# Configuration parameters: Max.
RSpec/NestedGroups:
Exclude:
Expand Down

0 comments on commit 42e7597

Please sign in to comment.