Skip to content

Commit

Permalink
Do not run staticcheck in build target
Browse files Browse the repository at this point in the history
  • Loading branch information
Emanuele Rocca committed Aug 18, 2023
1 parent ad9e2d4 commit 400a1b5
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 @@ -2,7 +2,7 @@ build:
go fmt
go build
go vet
staticcheck
#staticcheck
#golint -set_exit_status
go test -v -race -tags=integration

Expand Down

0 comments on commit 400a1b5

Please sign in to comment.