We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb9d0ff commit d1d35f0Copy full SHA for d1d35f0
makefile
@@ -18,4 +18,4 @@ test: lint
18
.PHONY: lint
19
lint:
20
go vet ./...
21
- golangci-lint run
+ -golangci-lint run
0 commit comments