diff --git a/.rubocop.yml b/.rubocop.yml index a69446c98b..f18e53d3ea 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -19,7 +19,7 @@ Style/ClassVars: Enabled: false # We need these names for backwards compatability -Naming/PredicateName: +Naming/PredicatePrefix: Enabled: false # We want to name rescued errors as error not simply e.