Rubocop configuration: Rename cop

`Naming/PredicateName` has been renamed to `Naming/PredicatePrefix`.
This commit is contained in:
Martin Meyerhoff 2025-06-06 09:02:06 +02:00
parent 33114ed079
commit c703a3ed2f

View File

@ -19,7 +19,7 @@ Style/ClassVars:
Enabled: false Enabled: false
# We need these names for backwards compatability # We need these names for backwards compatability
Naming/PredicateName: Naming/PredicatePrefix:
Enabled: false Enabled: false
# We want to name rescued errors as error not simply e. # We want to name rescued errors as error not simply e.