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: '(?