aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShulhan <ms@kilabit.info>2022-07-16 13:55:36 +0700
committerShulhan <ms@kilabit.info>2022-07-16 13:55:36 +0700
commit31c0528a97d48cb032a938748261576ab91ba05d (patch)
tree2741bf8ca587982df35049cf7622c5c244e9da3f
parent53775e57ea9373155a9d5174e3698db23feb8042 (diff)
downloadasciidoctor-go-31c0528a97d48cb032a938748261576ab91ba05d.tar.xz
all: run fieldalignment in lint task
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index edfdc0c..29948b1 100644
--- a/Makefile
+++ b/Makefile
@@ -7,6 +7,7 @@ all: lint test
lint:
golangci-lint run ./...
+ -fieldalignment ./...
test:
go test -coverprofile=cover.out ./...