Skip to content

Commit

Permalink
.tools: commit validator is a separate project
Browse files Browse the repository at this point in the history
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 <vbatts@hashbangbash.com>
  • Loading branch information
vbatts committed Oct 6, 2015
1 parent 98e5ff7 commit ad149f9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 228 deletions.
227 changes: 0 additions & 227 deletions .tools/validate.go

This file was deleted.

3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,12 @@ sudo: false
before_install:
- go get golang.org/x/tools/cmd/vet
- go get github.com/golang/lint/golint
- go get github.com/vbatts/git-validation

install: true

script:
- go vet -x ./...
- $HOME/gopath/bin/golint ./...
- go run .tools/validate.go -range ${TRAVIS_COMMIT_RANGE}
- $HOME/gopath/bin/git-validation -run DCO,short-subject -v -range ${TRAVIS_COMMIT_RANGE}

0 comments on commit ad149f9

Please sign in to comment.