From 2b3852a21a9669ca185945e1a2a11a3b45c436bc Mon Sep 17 00:00:00 2001 From: Vlad Date: Mon, 20 Jan 2020 15:51:44 +0300 Subject: [PATCH 1/2] Swiftlint correction --- xcode/.swiftlint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xcode/.swiftlint.yml b/xcode/.swiftlint.yml index 3e81483..c61fd5e 100644 --- a/xcode/.swiftlint.yml +++ b/xcode/.swiftlint.yml @@ -3,7 +3,6 @@ opt_in_rules: # performance - first_where - - last_where - empty_string - empty_count @@ -60,6 +59,7 @@ excluded: - Carthage - Pods - Generated + - Localization line_length: 128 From de4b8102c6cef3dcf45ca413dfbf5b887420d328 Mon Sep 17 00:00:00 2001 From: Vlad Date: Mon, 20 Jan 2020 17:22:42 +0300 Subject: [PATCH 2/2] Return last_where --- xcode/.swiftlint.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/xcode/.swiftlint.yml b/xcode/.swiftlint.yml index c61fd5e..b731824 100644 --- a/xcode/.swiftlint.yml +++ b/xcode/.swiftlint.yml @@ -3,6 +3,7 @@ opt_in_rules: # performance - first_where + - last_where - empty_string - empty_count