Skip to content

Commit c703a3e

Browse files
committed
Rubocop configuration: Rename cop
`Naming/PredicateName` has been renamed to `Naming/PredicatePrefix`.
1 parent 33114ed commit c703a3e

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 @@ Style/ClassVars:
1919
Enabled: false
2020

2121
# We need these names for backwards compatability
22-
Naming/PredicateName:
22+
Naming/PredicatePrefix:
2323
Enabled: false
2424

2525
# We want to name rescued errors as error not simply e.

0 commit comments

Comments
 (0)