I don't want your non-linted code.

This commit is contained in:
Bruce Marriner 2017-11-08 19:41:40 +00:00
parent 1c4ea6df04
commit 277bbbebee

View file

@ -10,5 +10,5 @@ install:
script:
- diff <(gofmt -d .) <(echo -n)
- go vet -x ./...
- golint ./...
- golint -set_exit_status ./...
- go test -v -race ./...