We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Naming/PredicateMethod
1 parent 0e9597f commit 89cd222Copy full SHA for 89cd222
rubocop.yml
@@ -570,6 +570,11 @@ Naming/MethodName:
570
Naming/MethodParameterName:
571
Enabled: false
572
573
+<% if rubocop_version >= "1.76" %>
574
+Naming/PredicateMethod:
575
+ Enabled: false
576
+<% end %>
577
+
578
<% if rubocop_version >= "1.76" %>
579
Naming/PredicatePrefix:
580
<% else %>
test/fixtures/full_config.yml
@@ -2324,7 +2324,7 @@ Naming/MethodParameterName:
2324
Naming/PredicateMethod:
2325
Description: Checks that predicate methods end with `?` and non-predicate methods
2326
do not.
2327
- Enabled: pending
2328
VersionAdded: '1.76'
2329
Mode: conservative
2330
AllowedMethods:
0 commit comments