We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98e5ff7 commit ad149f9Copy full SHA for ad149f9
.tools/validate.go
.travis.yml
@@ -9,11 +9,12 @@ sudo: false
9
before_install:
10
- go get golang.org/x/tools/cmd/vet
11
- go get github.com/golang/lint/golint
12
+ - go get github.com/vbatts/git-validation
13
14
install: true
15
16
script:
17
- go vet -x ./...
18
- $HOME/gopath/bin/golint ./...
- - go run .tools/validate.go -range ${TRAVIS_COMMIT_RANGE}
19
+ - $HOME/gopath/bin/git-validation -run DCO,short-subject -v -range ${TRAVIS_COMMIT_RANGE}
20
0 commit comments