Update .swiftlint.yml

pr fix
This commit is contained in:
Dmitriy 2021-08-09 12:10:27 +03:00 committed by GitHub
parent 5ac9fd8232
commit 9ae6e92e66
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -266,9 +266,9 @@ custom_rules:
severity: warning
lazy_var:
name: "Using lazy var"
name: "Lazy var access modifier"
regex: '(?<!private\(set\)\s)lazy\s+var'
message: "Use lazy var can only with private(set) modifier"
message: "Lazy var can use only with private(set) modifier."
severity: warning
# Rx