From d2aca991cfe247102ab7d1012a9f74d38cf46629 Mon Sep 17 00:00:00 2001 From: Vlad Date: Thu, 17 Sep 2020 22:12:08 +0300 Subject: [PATCH] Add analyzer_rules --- xcode/.swiftlint.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/xcode/.swiftlint.yml b/xcode/.swiftlint.yml index cd37270..1f96a67 100644 --- a/xcode/.swiftlint.yml +++ b/xcode/.swiftlint.yml @@ -74,6 +74,10 @@ excluded: - Pods - Generated - Localization + +analyzer_rules: + - unused_import + - unused_declaration line_length: warning: 128