We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 563a714 commit 6037e23Copy full SHA for 6037e23
Makefile
@@ -52,7 +52,7 @@ clean:
52
# Code quality and performance.
53
.PHONY: lint
54
lint:
55
- golint -set_exit_status ./...
+ staticcheck ./...
56
57
.PHONY: bench
58
bench:
0 commit comments