feat: remove lazy_var
This commit is contained in:
parent
ee5299c318
commit
b9429f8aaf
|
|
@ -266,12 +266,6 @@ custom_rules:
|
|||
regex: 'case[^\n\(]+\([^\)]*(let|var)\s'
|
||||
message: "Use a let|var keyword behind parentheses"
|
||||
severity: warning
|
||||
|
||||
lazy_var:
|
||||
name: "Lazy var access modifier"
|
||||
regex: '(?<!private\(set\)\s)lazy\s+var'
|
||||
message: "Lazy var can only be used with private(set) modifier."
|
||||
severity: warning
|
||||
|
||||
# Rx
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue