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 rake
(snip)
Warning: Using `Naming/PredicateName` configuration in /Users/koic/src/github.com/rubocop/rubocop-performance/.rubocop.yml for `Naming/PredicatePrefix`.
(snip)
Offenses:
lib/rubocop/cop/performance/inefficient_hash_search.rb:86:13: C: Naming/PredicateMethod: Predicate method names should end with ?.
def use_long_method
^^^^^^^^^^^^^^^
122 files inspected, 1 offense detected
```
0 commit comments