Skip to content

Commit

Permalink
add go vet
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan Steinke committed Feb 17, 2024
1 parent cbc8db7 commit 66cc179
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,6 @@ test:
go test ./...

lint:
go vet ./...
go run honnef.co/go/tools/cmd/staticcheck ./...
go run github.com/mgechev/revive -set_exit_status ./...

0 comments on commit 66cc179

Please sign in to comment.