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