From f115a8d2c9c3c8dd05b0ca4c2d0553cc7fe4c855 Mon Sep 17 00:00:00 2001 From: wagslane Date: Wed, 9 Jun 2021 10:11:57 -0600 Subject: [PATCH] stylish --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ./...