mirror of
https://github.com/danog/gojekyll.git
synced 2024-11-30 06:48:59 +01:00
Disable aligncheck
This commit is contained in:
parent
99ef61b2e8
commit
2a8e67505a
2
Makefile
2
Makefile
@ -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 ./...
|
||||
|
Loading…
Reference in New Issue
Block a user