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