seems to work now

This commit is contained in:
2019-11-07 13:04:57 -08:00
parent aaeb303558
commit ca30e650b4
8 changed files with 95 additions and 17 deletions

View File

@@ -43,8 +43,8 @@ fmt:
go fmt *.go
lint:
go get -u github.com/mgechev/revive
revive -formatter friendly -exclude=./vendor/... ./... || exit 1
which revive || go get -u github.com/mgechev/revive
revive -formatter friendly -config .revive.toml -exclude=./vendor/... ./... || exit 1
test: build-docker-image