Skip to content

Commit

Permalink
Get rid of rubocop warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
mlandauer committed Jul 29, 2024
1 parent 15123ff commit 31af2d3
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -608,15 +608,3 @@ FactoryBot/IdSequence: # new in 2.24
Enabled: true
Capybara/RSpec/PredicateMatcher: # new in 2.19
Enabled: true
RSpec/Rails/AvoidSetupHook: # new in 2.4
Enabled: true
RSpec/Rails/HaveHttpStatus: # new in 2.12
Enabled: true
RSpec/Rails/InferredSpecType: # new in 2.14
Enabled: true
RSpec/Rails/MinitestAssertions: # new in 2.17
Enabled: true
RSpec/Rails/NegationBeValid: # new in 2.23
Enabled: true
RSpec/Rails/TravelAround: # new in 2.19
Enabled: true

0 comments on commit 31af2d3

Please sign in to comment.