Commit 879f3b9
committed
Suppress a RuboCop offense
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)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
```1 parent ad3287a commit 879f3b9
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
244 | 244 | | |
245 | 245 | | |
246 | 246 | | |
247 | | - | |
| 247 | + | |
248 | 248 | | |
249 | 249 | | |
250 | 250 | | |
| |||
0 commit comments