Exclude the vendor dir for swiftformat and swiftlint (#562)
This commit is contained in:
parent
440b0123f2
commit
9b5b0eff1f
2 changed files with 3 additions and 1 deletions
|
|
@ -5,7 +5,8 @@
|
|||
--exclude \
|
||||
Carthage, \
|
||||
go, \
|
||||
Pods
|
||||
Pods, \
|
||||
vendor
|
||||
|
||||
## Enabled rules
|
||||
|
||||
|
|
|
|||
|
|
@ -6,6 +6,7 @@ excluded:
|
|||
- Carthage
|
||||
- go
|
||||
- Pods
|
||||
- vendor
|
||||
|
||||
## Active rules
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue