summaryrefslogtreecommitdiffstats
path: root/kube2msb/src/vendor/github.com/docker/go-units/circle.yml
blob: 9043b35478c916792816aef740fe82854f2298ac (plain)
1
2
3
4
5
6
7
8
9
10
11
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)"