summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShulhan <ms@kilabit.info>2022-12-14 23:15:16 +0700
committerShulhan <ms@kilabit.info>2022-12-14 23:47:03 +0700
commit4b1ade55e50aa2768deecf101cb8d7c24f3bb6b3 (patch)
tree29d444a7334a2d7398d055ca4a9049166c7ccc08
parent1eaba5aa4c841d15248f7ac0cf629459b491f080 (diff)
downloadasciidoctor-go-4b1ade55e50aa2768deecf101cb8d7c24f3bb6b3.tar.xz
all: run test before lint
This is to make sure that the test pass, since the linting is optional.
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 1475a97..7833234 100644
--- a/Makefile
+++ b/Makefile
@@ -3,10 +3,10 @@
.PHONY: all lint test-parser serve-doc
-all: lint test
+all: test lint
lint:
- golangci-lint run ./...
+ -golangci-lint run ./...
-fieldalignment ./...
test: