Exclude the vendor dir for swiftformat and swiftlint (#562)

This commit is contained in:
Mingshen Sun 2022-05-23 15:27:58 -07:00 committed by GitHub
parent 440b0123f2
commit 9b5b0eff1f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 1 deletions

View file

@ -5,7 +5,8 @@
--exclude \
Carthage, \
go, \
Pods
Pods, \
vendor
## Enabled rules

View file

@ -6,6 +6,7 @@ excluded:
- Carthage
- go
- Pods
- vendor
## Active rules