Skip to content

Commit 6037e23

Browse files
committed
make: use staticcheck
1 parent 563a714 commit 6037e23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ clean:
5252
# Code quality and performance.
5353
.PHONY: lint
5454
lint:
55-
golint -set_exit_status ./...
55+
staticcheck ./...
5656

5757
.PHONY: bench
5858
bench:

0 commit comments

Comments
 (0)