Update Makefile

This commit is contained in:
Tim Voronov
2019-09-04 11:38:27 -04:00
committed by GitHub
parent 4eb9aa959a
commit b5202c10ad
+1 -2
View File
@@ -49,8 +49,7 @@ fmt:
# https://github.com/mgechev/revive
# go get github.com/mgechev/revive
lint:
revive -config revive.toml -formatter friendly -exclude ./pkg/parser/fql/... -exclude ./vendor/... ./... && \
golangci-lint run ./pkg/...
revive -config revive.toml -formatter friendly -exclude ./pkg/parser/fql/... -exclude ./vendor/... ./...
# http://godoc.org/code.google.com/p/go.tools/cmd/vet
# go get code.google.com/p/go.tools/cmd/vet