diff options
| author | Shulhan <ms@kilabit.info> | 2022-12-14 23:15:16 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2022-12-14 23:47:03 +0700 |
| commit | 4b1ade55e50aa2768deecf101cb8d7c24f3bb6b3 (patch) | |
| tree | 29d444a7334a2d7398d055ca4a9049166c7ccc08 | |
| parent | 1eaba5aa4c841d15248f7ac0cf629459b491f080 (diff) | |
| download | asciidoctor-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-- | 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: |
