From 9b5b0eff1f02629305ac94ae6d693241aaf68f9e Mon Sep 17 00:00:00 2001 From: Mingshen Sun Date: Mon, 23 May 2022 15:27:58 -0700 Subject: [PATCH] Exclude the vendor dir for swiftformat and swiftlint (#562) --- .swiftformat | 3 ++- .swiftlint.yml | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.swiftformat b/.swiftformat index f3feea4..11ffe6e 100644 --- a/.swiftformat +++ b/.swiftformat @@ -5,7 +5,8 @@ --exclude \ Carthage, \ go, \ - Pods + Pods, \ + vendor ## Enabled rules diff --git a/.swiftlint.yml b/.swiftlint.yml index 2abbdd2..ede56bc 100644 --- a/.swiftlint.yml +++ b/.swiftlint.yml @@ -6,6 +6,7 @@ excluded: - Carthage - go - Pods + - vendor ## Active rules