From 81c3de895c166e16df42813a4397a6ea15b53ad7 Mon Sep 17 00:00:00 2001 From: Yuji Yaginuma Date: Sun, 12 Oct 2025 09:19:15 +0900 Subject: [PATCH] Use `Naming/PredicatePrefix` instead of deprecated `Naming/PredicateName` cop This fixes the following warning. ``` Warning: The `Naming/PredicateName` cop has been renamed to `Naming/PredicatePrefix`. ``` Ref: https://github.com/rubocop/rubocop/pull/14001 --- .rubocop.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.rubocop.yml b/.rubocop.yml index 585ca424..9ed1e51e 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -121,7 +121,7 @@ Naming/FileName: Exclude: [] Naming/HeredocDelimiterNaming: Enabled: false -Naming/PredicateName: +Naming/PredicatePrefix: Enabled: true NamePrefix: - is_