From de4b8102c6cef3dcf45ca413dfbf5b887420d328 Mon Sep 17 00:00:00 2001 From: Vlad Date: Mon, 20 Jan 2020 17:22:42 +0300 Subject: [PATCH] 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