Skip to content

Commit

Permalink
add mq
Browse files Browse the repository at this point in the history
  • Loading branch information
lymallor committed Mar 2, 2022
1 parent 9e0821e commit 72fa42b
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 @@ -13,7 +13,7 @@ install-lint:
go list -f {{.Target}} golang.org/x/lint/golint

lint:
go list ./... | grep -v /msg/ | xargs -L1 golint -set_exit_status
go list ./... | grep -v /msg | xargs -L1 golint -set_exit_status

install-staticcheck:
cd /tmp && GOPROXY="" go get honnef.co/go/tools/cmd/staticcheck
Expand Down

0 comments on commit 72fa42b

Please sign in to comment.