Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This PR suppresses the following RuboCop offense: ```console $ bundle exec rubocop -a (snip) Offenses: lib/rubocop/cop/rails/save_bang.rb:247:11: C: [Corrected] InternalAffairs/OperatorKeyword: Use node.operator_keyword?. node.or_type? || node.and_type? || single_negative?(node) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ```
- Loading branch information