From b9429f8aaff2290835f3c7c900797cf709baf119 Mon Sep 17 00:00:00 2001 From: Vlad Suhomlinov Date: Thu, 23 Sep 2021 19:31:39 +0300 Subject: [PATCH] feat: remove lazy_var --- xcode/.swiftlint.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/xcode/.swiftlint.yml b/xcode/.swiftlint.yml index 23154c0..55c4b9e 100644 --- a/xcode/.swiftlint.yml +++ b/xcode/.swiftlint.yml @@ -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: '(?