pin formatter and linter as deps

This commit is contained in:
Christian Schwarz
2019-03-27 13:00:58 +01:00
parent 5b97953bfb
commit cd829bd79a
4 changed files with 559 additions and 5 deletions
-2
View File
@@ -31,11 +31,9 @@ generate: #not part of the build, must do that manually
go generate -x ./...
format:
# FIXME build dependency
goimports -srcdir . -local 'github.com/zrepl/zrepl' -w $(shell find . -type f -name '*.go' -not -path "./vendor/*" -not -name '*.pb.go' -not -name '*_enumer.go')
lint:
# v1.15.0 at the time of writing FIXME build dependency
golangci-lint run ./...
build: