Allow id, cf as MethodParameterName

This commit is contained in:
Oliver Günther
2026-05-12 21:48:46 +02:00
parent 1694d47dab
commit 168a493769
+5
View File
@@ -142,6 +142,11 @@ Naming/ClassAndModuleCamelCase:
Naming/FileName: Naming/FileName:
Enabled: false Enabled: false
Naming/MethodParameterName:
AllowedNames:
- id
- cf # custom fields are commonly abbreviated like that
Naming/PredicatePrefix: Naming/PredicatePrefix:
ForbiddenPrefixes: ForbiddenPrefixes:
- is_ - is_