diff options
| author | Shulhan <ms@kilabit.info> | 2022-07-16 13:55:36 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2022-07-16 13:55:36 +0700 |
| commit | 31c0528a97d48cb032a938748261576ab91ba05d (patch) | |
| tree | 2741bf8ca587982df35049cf7622c5c244e9da3f | |
| parent | 53775e57ea9373155a9d5174e3698db23feb8042 (diff) | |
| download | asciidoctor-go-31c0528a97d48cb032a938748261576ab91ba05d.tar.xz | |
all: run fieldalignment in lint task
| -rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -7,6 +7,7 @@ all: lint test lint: golangci-lint run ./... + -fieldalignment ./... test: go test -coverprofile=cover.out ./... |
