Skip to content

Commit

Permalink
Merge pull request #2820 from sul-dlss/rubocop-ref
Browse files Browse the repository at this point in the history
Fix obsolete rubocop cop reference
  • Loading branch information
jcoyne authored Jan 24, 2025
2 parents ea726fc + 91b5481 commit f113395
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -504,7 +504,7 @@ Style/RedundantInterpolationUnfreeze: # new in 1.66
Enabled: true
Style/SafeNavigationChainLength: # new in 1.68
Enabled: true
RSpec/StringAsInstanceDoubleConstant: # new in 3.1
RSpec/VerifiedDoubleReference: # new in 2.10
Enabled: true
Performance/StringBytesize: # new in 1.23
Enabled: true
Expand Down
2 changes: 1 addition & 1 deletion .rubocop_todo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ RSpec/ReceiveMessages:

# Offense count: 2
# This cop supports unsafe autocorrection (--autocorrect-all).
RSpec/StringAsInstanceDoubleConstant:
RSpec/VerifiedDoubleReference:
Exclude:
- 'spec/helpers/application_helper_spec.rb'
- 'spec/models/exhibit_finder_spec.rb'
Expand Down

0 comments on commit f113395

Please sign in to comment.