Update .swiftlint.yml

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

View File

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