aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 9a1d7b9..8794c8f 100644
--- a/Makefile
+++ b/Makefile
@@ -16,9 +16,9 @@ init:
.PHONY: lint
lint: lint-www
- -go vet ./...
-fieldalignment ./...
-shadow ./...
+ go vet ./...
.PHONY: lint-www
lint-www: