From e5c4db8c108ff32572bdabcfc58b48d2c0dca5a1 Mon Sep 17 00:00:00 2001 From: Vlad Date: Fri, 12 Mar 2021 19:41:16 +0300 Subject: [PATCH] Add resources to exclude --- xcode/.swiftlint.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/xcode/.swiftlint.yml b/xcode/.swiftlint.yml index 0d26641..2747b3e 100644 --- a/xcode/.swiftlint.yml +++ b/xcode/.swiftlint.yml @@ -77,6 +77,7 @@ excluded: - Pods - Generated - "**/Generated" + - "**/Resources" line_length: warning: 128