Ignore packrd formatting

This commit is contained in:
Jannis Mattheis 2020-05-29 18:54:38 +02:00
parent 894b1c5559
commit 52efbbcceb
1 changed files with 1 additions and 1 deletions

View File

@ -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)