Skip to content

Commit

Permalink
Merge pull request #37 from mjankowski/rails-save-bang
Browse files Browse the repository at this point in the history
Disable `Rails/SaveBang` in base configuration
  • Loading branch information
searls authored May 31, 2024
2 parents 62000c8 + 352508c commit 70fa257
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@ Rails/SafeNavigationWithBlank:
Enabled: true

Rails/SaveBang:
Enabled: true
Enabled: false

Rails/SchemaComment:
Enabled: false
Expand Down

0 comments on commit 70fa257

Please sign in to comment.