Ignore packrd formatting
This commit is contained in:
parent
894b1c5559
commit
52efbbcceb
2
Makefile
2
Makefile
|
|
@ -33,7 +33,7 @@ check-go:
|
|||
go vet ./...
|
||||
gocyclo -over 10 $(shell find . -iname '*.go' -type f | grep -v /vendor/)
|
||||
golint -set_exit_status $(shell go list ./... | grep -v mock)
|
||||
goimports -l $(shell find . -type f -name '*.go' -not -path "./vendor/*")
|
||||
goimports -l $(shell find . -type f -name '*.go' -not -path "./vendor/*" -not -path "./packrd/*")
|
||||
|
||||
check-js:
|
||||
(cd ui && yarn lint)
|
||||
|
|
|
|||
Loading…
Reference in New Issue