aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 2f9e3b0..89887d0 100644
--- a/Makefile
+++ b/Makefile
@@ -7,9 +7,8 @@ all: lint test install
.PHONY: lint
lint:
- -fieldalignment ./...
- -shadow ./...
- -go vet ./...
+ go vet ./...
+ go run ./internal/cmd/gocheck ./...
-reuse lint