aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 45da93b..1d2e0ac 100644
--- a/Makefile
+++ b/Makefile
@@ -7,12 +7,12 @@ VERSION:=$(shell git describe --tags)
LDFLAGS:=-ldflags "-s -w -X 'git.sr.ht/~shulhan/ciigo.Version=$(VERSION)'"
DIR_BUILD:=_bin
-all: test lint build
+all: lint build test
lint:
-fieldalignment ./...
-shadow ./...
- -revive ./...
+ go vet ./...
test:
find ./testdata -name "*.html" -delete