You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This PR suppresses the following RuboCop's warning and offense:
```console
$ bundle exec rubocop rake
(snip)
Warning: Using `Naming/PredicateName` configuration in /Users/koic/src/github.com/rubocop/rubocop-rails/.rubocop.yml for `Naming/PredicatePrefix`.
(snip)
Offenses:
lib/rubocop/cop/rails/save_bang.rb:230:13: C: Naming/PredicateMethod: Predicate method names should end with ?.
def check_used_in_condition_or_compound_boolean(node)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
301 files inspected, 1 offense detected
```
0 commit comments