Skip to content

Commit

Permalink
Ignore packrd formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
jmattheis committed May 29, 2020
1 parent 894b1c5 commit 52efbbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 52efbbc

Please sign in to comment.