Skip to content

Commit

Permalink
re-gen .rubocop_todo.yml for current rubocop version
Browse files Browse the repository at this point in the history
  • Loading branch information
jmartin-sul authored and jermnelson committed Aug 15, 2019
1 parent fceaef2 commit 8db061b
Showing 1 changed file with 6 additions and 13 deletions.
19 changes: 6 additions & 13 deletions .rubocop_todo.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This configuration was generated by
# `rubocop --auto-gen-config`
# on 2018-12-21 16:08:12 -0800 using RuboCop version 0.60.0.
# on 2019-08-15 10:28:27 -0700 using RuboCop version 0.60.0.
# 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
Expand All @@ -14,18 +14,18 @@ Metrics/AbcSize:
# Configuration parameters: CountComments, ExcludedMethods.
# ExcludedMethods: refine
Metrics/BlockLength:
Max: 310
Max: 307

# Offense count: 3
# Configuration parameters: CountComments.
Metrics/ClassLength:
Max: 188
Max: 174

# Offense count: 4
Metrics/CyclomaticComplexity:
Max: 20

# Offense count: 10
# Offense count: 11
# Configuration parameters: CountComments, ExcludedMethods.
Metrics/MethodLength:
Max: 44
Expand All @@ -34,13 +34,12 @@ Metrics/MethodLength:
Metrics/PerceivedComplexity:
Max: 20

# Offense count: 7
# Offense count: 4
# Configuration parameters: Blacklist.
# Blacklist: (?-mix:(^|\s)(EO[A-Z]{1}|END)(\s|$))
Naming/HeredocDelimiterNaming:
Exclude:
- 'spec/lib/pre_assembly/digital_object_spec.rb'
- 'spec/lib/pre_assembly/smpl_spec.rb'

# Offense count: 1
# Configuration parameters: EnforcedStyleForLeadingUnderscores.
Expand Down Expand Up @@ -75,13 +74,7 @@ RSpec/ExampleLength:
Exclude:
- 'spec/lib/pre_assembly/bundle_spec.rb'

# Offense count: 3
RSpec/MessageChain:
Exclude:
- 'spec/lib/pre_assembly/bundle_spec.rb'
- 'spec/lib/pre_assembly/digital_object_spec.rb'

# Offense count: 28
# Offense count: 26
RSpec/SubjectStub:
Exclude:
- 'spec/lib/pre_assembly/digital_object_spec.rb'
Expand Down

0 comments on commit 8db061b

Please sign in to comment.