Skip to content

Commit

Permalink
Merge pull request #13 from ema/no-staticcheck
Browse files Browse the repository at this point in the history
Do not run staticcheck in build target
  • Loading branch information
ema authored Aug 18, 2023
2 parents ad9e2d4 + 400a1b5 commit 40968ff
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 40968ff

Please sign in to comment.