update revive to use defaults and friendly formatter

This commit is contained in:
2019-11-07 12:57:50 -08:00
parent 5e4e253f58
commit aaeb303558
4 changed files with 4 additions and 29 deletions

View File

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