aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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: