From dea6f3a6869df8c000e313501bc40a9a1d7da282 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Romain=20Tarti=C3=A8re?= Date: Thu, 19 Jun 2025 09:01:21 -1000 Subject: [PATCH] Update rubocop configuration Some cops where renamed, also the way to load plugin has changed. --- .rubocop.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.rubocop.yml b/.rubocop.yml index b0ee9c7c..d8027ad5 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -1,6 +1,6 @@ --- -require: +plugins: - rubocop-rake - rubocop-rspec @@ -360,7 +360,10 @@ Naming/MethodName: Naming/MethodParameterName: Enabled: false -Naming/PredicateName: +Naming/PredicateMethod: + Enabled: false + +Naming/PredicatePrefix: Enabled: false Naming/RescuedExceptionsVariableName: