mirror of https://github.com/docker/docs.git
Merge pull request #530 from technolo-g/automate_golint_pr
Closes #499: Enable golint on PRs
This commit is contained in:
commit
0961972eb2
|
|
@ -14,10 +14,13 @@ install:
|
|||
- go get code.google.com/p/go.tools/cmd/vet
|
||||
- go get code.google.com/p/go.tools/cmd/cover
|
||||
- go get github.com/mattn/goveralls
|
||||
- go get github.com/golang/lint/golint
|
||||
- go get github.com/GeertJohan/fgt
|
||||
|
||||
script:
|
||||
- script/validate-dco
|
||||
- script/validate-gofmt
|
||||
- go vet ./...
|
||||
- fgt golint -min_confidence=0.9 ./...
|
||||
- go test -v -race ./...
|
||||
- script/coverage
|
||||
|
|
|
|||
Loading…
Reference in New Issue