ingress-nginx-helm/vendor/github.com/docker/go-units/circle.yml
Manuel de Brito Fontes fe616fc9d7 Update go dependencies
2018-08-25 18:53:28 -03:00

11 lines
252 B
YAML

dependencies:
post:
# install golint
- go get github.com/golang/lint/golint
test:
pre:
# run analysis before tests
- go vet ./...
- test -z "$(golint ./... | tee /dev/stderr)"
- test -z "$(gofmt -s -l . | tee /dev/stderr)"