close #22
This commit is contained in:
parent
0c11df8c96
commit
6c43a7e123
|
|
@ -87,7 +87,7 @@ custom_rules:
|
|||
|
||||
private_variable:
|
||||
name: "Private variable"
|
||||
regex: '(?<!private\s)let\s\w*(:|(\s=))\sVariable'
|
||||
regex: '(?<!private\s\w*)let\s\w*(:|(\s=))\sVariable'
|
||||
message: "Please use (file)private with variable."
|
||||
severity: error
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue