From 79c3550f06c00ab717c1ff79c15a8db00503da30 Mon Sep 17 00:00:00 2001 From: Vlad Date: Thu, 17 Sep 2020 22:17:21 +0300 Subject: [PATCH] Code correction --- xcode/.swiftlint.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/xcode/.swiftlint.yml b/xcode/.swiftlint.yml index 1f96a67..b156f5b 100644 --- a/xcode/.swiftlint.yml +++ b/xcode/.swiftlint.yml @@ -64,6 +64,7 @@ opt_in_rules: - identical_operands - overridden_super_call - unowned_variable_capture + - indentation_width # metrics @@ -74,10 +75,6 @@ excluded: - Pods - Generated - Localization - -analyzer_rules: - - unused_import - - unused_declaration line_length: warning: 128