diff options
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -14,7 +14,8 @@ test: .PHONY: lint lint: - -golangci-lint run ./... + go vet ./... + go run ./internal/cmd/gocheck ./... -reuse lint .PHONY: embed |
