Skip to content

Commit 36537d4

Browse files
committed
Suppress a RuboCop's warning
This commit suppresses the following RuboCop's warning: ```console $ bundle exec rake (snip) Warning: The `Naming/PredicateName` cop has been renamed to `Naming/PredicatePrefix`. (obsolete configuration found in .rubocop.yml, please update it) Warning: Using `Naming/PredicateName` configuration in /Users/koic/src/github.com/rubocop/rubocop-minitest/.rubocop.yml for `Naming/PredicatePrefix`. ```
1 parent fe132e8 commit 36537d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.rubocop.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Minitest:
1919
InternalAffairs/NodeMatcherDirective:
2020
Enabled: false
2121

22-
Naming/PredicateName:
22+
Naming/PredicatePrefix:
2323
# Method define macros for dynamically generated method.
2424
MethodDefinitionMacros:
2525
- define_method

0 commit comments

Comments
 (0)