Skip to content

Commit ad149f9

Browse files
committed
.tools: commit validator is a separate project
Moving this tool to https://github.com/vbatts/git-validation so that iteration on it will not be noise for this project. Signed-off-by: Vincent Batts <[email protected]>
1 parent 98e5ff7 commit ad149f9

File tree

2 files changed

+2
-228
lines changed

2 files changed

+2
-228
lines changed

.tools/validate.go

Lines changed: 0 additions & 227 deletions
This file was deleted.

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,12 @@ sudo: false
99
before_install:
1010
- go get golang.org/x/tools/cmd/vet
1111
- go get github.com/golang/lint/golint
12+
- go get github.com/vbatts/git-validation
1213

1314
install: true
1415

1516
script:
1617
- go vet -x ./...
1718
- $HOME/gopath/bin/golint ./...
18-
- go run .tools/validate.go -range ${TRAVIS_COMMIT_RANGE}
19+
- $HOME/gopath/bin/git-validation -run DCO,short-subject -v -range ${TRAVIS_COMMIT_RANGE}
1920

0 commit comments

Comments
 (0)