From 168a493769006e24b1e7be0977f66a8c9cbfc6ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Oliver=20G=C3=BCnther?= Date: Tue, 12 May 2026 21:48:46 +0200 Subject: [PATCH] Allow id, cf as MethodParameterName --- .rubocop.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.rubocop.yml b/.rubocop.yml index 415242606cd..6b64ca674d8 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -142,6 +142,11 @@ Naming/ClassAndModuleCamelCase: Naming/FileName: Enabled: false +Naming/MethodParameterName: + AllowedNames: + - id + - cf # custom fields are commonly abbreviated like that + Naming/PredicatePrefix: ForbiddenPrefixes: - is_