mirror of
https://github.com/opf/openproject.git
synced 2026-06-13 19:20:00 +00:00
Allow id, cf as MethodParameterName
This commit is contained in:
@@ -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_
|
||||
|
||||
Reference in New Issue
Block a user