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 \
|
--exclude \
|
||||||
Carthage, \
|
Carthage, \
|
||||||
go, \
|
go, \
|
||||||
Pods
|
Pods, \
|
||||||
|
vendor
|
||||||
|
|
||||||
## Enabled rules
|
## Enabled rules
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -6,6 +6,7 @@ excluded:
|
||||||
- Carthage
|
- Carthage
|
||||||
- go
|
- go
|
||||||
- Pods
|
- Pods
|
||||||
|
- vendor
|
||||||
|
|
||||||
## Active rules
|
## Active rules
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue