1
0
mirror of https://github.com/danog/gojekyll.git synced 2024-11-30 06:48:59 +01:00

Disable aligncheck

This commit is contained in:
Oliver Steele 2017-07-14 21:30:42 -04:00
parent 99ef61b2e8
commit 2a8e67505a

View File

@ -35,7 +35,7 @@ install: ## compile and install the executable
go install ${LDFLAGS} ${PACKAGE}/cmd/gojekyll
lint: ## Run all the linters
gometalinter ./... --disable=gotype --disable aligncheck
gometalinter ./... --disable=gotype --disable=aligncheck
test: ## test the package
go test ./...