mirror of
https://github.com/gogrlx/nats-server.git
synced 2026-04-02 03:38:42 -07:00
updated to exclude fmt'ing on /vendor/
This commit is contained in:
@@ -13,7 +13,7 @@ install:
|
||||
before_script:
|
||||
- EXCLUDE_VENDOR=$(go list ./... | grep -v "/vendor/")
|
||||
- go build
|
||||
- $(exit $(go fmt ./... | wc -l))
|
||||
- $(exit $(go fmt $EXCLUDE_VENDOR | wc -l))
|
||||
- go vet $EXCLUDE_VENDOR
|
||||
- gosimple $EXCLUDE_VENDOR
|
||||
- misspell -error -locale US .
|
||||
|
||||
Reference in New Issue
Block a user