Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Follow up rubocop/rubocop#12332 This commit suppresses the following new RuboCop offense: ```console $ bundle exec rake (snip) lib/rubocop/cop/rails/save_bang.rb:341:15: C: [Correctable] InternalAffairs/MethodNameEqual: Use !node.method?(:destroy) instead. node.method_name != :destroy && ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 292 files inspected, 1 offense detected, 1 offense autocorrectable ```
- Loading branch information