Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This commit suppresses the following RuboCop offense: ```console $ bundle exec rubocop (snip) lib/rubocop/cop/performance/redundant_match.rb:75:26: C: [Correctable] InternalAffairs/OperatorKeyword: Use arg.operator_keyword?. return true if arg.and_type? || arg.or_type? || arg.range_type? ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 120 files inspected, 1 offense detected, 1 offense autocorrectable ```
- Loading branch information