diff --git a/config/rubocop.yml b/config/rubocop.yml index 8edb832..771e8aa 100644 --- a/config/rubocop.yml +++ b/config/rubocop.yml @@ -160,7 +160,7 @@ Naming/MethodParameterName: Enabled: false # has_ から始まるメソッドは許可する -Naming/PredicateName: +Naming/PredicatePrefix: ForbiddenPrefixes: - "is_" - "have_"