mirror of
https://github.com/danog/gojekyll.git
synced 2024-12-02 13:17:48 +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
|
go install ${LDFLAGS} ${PACKAGE}/cmd/gojekyll
|
||||||
|
|
||||||
lint: ## Run all the linters
|
lint: ## Run all the linters
|
||||||
gometalinter ./... --disable=gotype --disable aligncheck
|
gometalinter ./... --disable=gotype --disable=aligncheck
|
||||||
|
|
||||||
test: ## test the package
|
test: ## test the package
|
||||||
go test ./...
|
go test ./...
|
||||||
|
Loading…
Reference in New Issue
Block a user