Skip to content

Commit 3633d03

Browse files
committed
Merge pull request #215 from vbatts/move-out-commit-validation
.tools: commit validator is a separate project
2 parents 98e5ff7 + ad149f9 commit 3633d03

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)