Merge pull request #381 from vbatts/check_commits_for_whitespace
travis: check commits for whitespace errors
This commit is contained in:
commit
93a6ffdcd9
|
@ -14,5 +14,5 @@ install: true
|
|||
script:
|
||||
- go vet -x ./...
|
||||
- make .golint
|
||||
- $HOME/gopath/bin/git-validation -run DCO,short-subject -v -range ${TRAVIS_COMMIT_RANGE}
|
||||
- $HOME/gopath/bin/git-validation -run DCO,short-subject,dangling-whitespace -v -range ${TRAVIS_COMMIT_RANGE}
|
||||
|
||||
|
|
Loading…
Reference in New Issue