Skip to content

Commit 89cd222

Browse files
committed
Disable pending Naming/PredicateMethod
1 parent 0e9597f commit 89cd222

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

rubocop.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -570,6 +570,11 @@ Naming/MethodName:
570570
Naming/MethodParameterName:
571571
Enabled: false
572572

573+
<% if rubocop_version >= "1.76" %>
574+
Naming/PredicateMethod:
575+
Enabled: false
576+
<% end %>
577+
573578
<% if rubocop_version >= "1.76" %>
574579
Naming/PredicatePrefix:
575580
<% else %>

test/fixtures/full_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2324,7 +2324,7 @@ Naming/MethodParameterName:
23242324
Naming/PredicateMethod:
23252325
Description: Checks that predicate methods end with `?` and non-predicate methods
23262326
do not.
2327-
Enabled: pending
2327+
Enabled: false
23282328
VersionAdded: '1.76'
23292329
Mode: conservative
23302330
AllowedMethods:

0 commit comments

Comments
 (0)