diff options
| -rw-r--r-- | Makefile | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -11,7 +11,14 @@ test: CGO_ENABLED=1 go test -race ./... lint: - -golangci-lint run ./... + -fieldalignment ./... + -shadow ./... + -golangci-lint run \ + --presets bugs,metalinter,performance,unused \ + --disable exhaustive \ + --disable musttag \ + --disable bodyclose \ + ./... install: build test lint go install -v ./cmd/haminer |
