diff options
| -rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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: |
