Skip to content

Commit

Permalink
fix the remaining settings
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinrobayna committed Apr 10, 2024
1 parent 4d66b1a commit 5b213f7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions rails.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,16 +142,16 @@ Rails/TopLevelHashWithIndifferentAccess: # new in 2.16
Rails/WhereMissing: # new in 2.16
Enabled: true

RSpec/Rails/HaveHttpStatus: # new in 2.12
RSpecRails/HaveHttpStatus: # new in 2.12
Enabled: true

RSpec/Rails/AvoidSetupHook:
RSpecRails/AvoidSetupHook:
Enabled: true

RSpecRails/HttpStatus:
EnforcedStyle: numeric

RSpec/Rails/InferredSpecType: # new in 2.14
RSpecRails/InferredSpecType: # new in 2.14
Enabled: false

Rails/ActionOrder: # new in 2.17
Expand Down

0 comments on commit 5b213f7

Please sign in to comment.