diff --git a/Makefile b/Makefile index cc9e68c..e81f29d 100644 --- a/Makefile +++ b/Makefile @@ -21,4 +21,4 @@ install-staticcheck: cd /tmp && GOPROXY="" go get honnef.co/go/tools/cmd/staticcheck staticcheck: - staticcheck -f stylish ./... + staticcheck ./...