From ec27c3bc8152c427b47bbaa53c86d64806643a72 Mon Sep 17 00:00:00 2001 From: Ivan Smolin Date: Mon, 21 Dec 2020 14:22:52 +0300 Subject: [PATCH] add Generated, as well as **/Generated (for multiple swiftlint) --- xcode/.swiftlint.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/xcode/.swiftlint.yml b/xcode/.swiftlint.yml index 60816cc..caa2386 100644 --- a/xcode/.swiftlint.yml +++ b/xcode/.swiftlint.yml @@ -73,6 +73,7 @@ opt_in_rules: excluded: - Carthage - Pods + - Generated - "**/Generated" line_length: