Skip to content

Commit

Permalink
Add make lint
Browse files Browse the repository at this point in the history
  • Loading branch information
webmaster128 committed Jul 16, 2023
1 parent 0d27e49 commit 4f5bdab
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -150,3 +150,7 @@ format:
find . -name '*.go' -type f | xargs gofumpt -w -s
find . -name '*.go' -type f | xargs misspell -w
find . -name '*.go' -type f | xargs goimports -w -local github.com/CosmWasm/wasmvm

.PHONY: lint
lint:
golangci-lint run

0 comments on commit 4f5bdab

Please sign in to comment.