Skip to content

Commit

Permalink
Generate new .rubocop_todo.yml
Browse files Browse the repository at this point in the history
rubocop fix
  • Loading branch information
christinach committed Dec 24, 2024
1 parent 819ae2d commit 891054b
Show file tree
Hide file tree
Showing 15 changed files with 686 additions and 241 deletions.
5 changes: 5 additions & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,10 @@ Style/MethodDefParentheses:
Style/NumericPredicate:
Enabled: false

Style/FormatString:
Exclude:
- 'marc_to_solr/lib/princeton_marc.rb'

Layout/LineLength:
Exclude:
- 'spec/**/*'
Expand All @@ -57,6 +61,7 @@ RSpec/DescribeClass:
Exclude:
- 'spec/db/seeds_spec.rb'
- 'spec/marc_to_solr/**/*'
- 'spec/system/location_views_associated_links_spec.rb'

RSpec/ExampleLength:
Enabled: false
Expand Down
Loading

0 comments on commit 891054b

Please sign in to comment.