Skip to content

Commit 93a6ffd

Browse files
author
Mrunal Patel
committed
Merge pull request #381 from vbatts/check_commits_for_whitespace
travis: check commits for whitespace errors
2 parents 839ee37 + f71a166 commit 93a6ffd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@ install: true
1414
script:
1515
- go vet -x ./...
1616
- make .golint
17-
- $HOME/gopath/bin/git-validation -run DCO,short-subject -v -range ${TRAVIS_COMMIT_RANGE}
17+
- $HOME/gopath/bin/git-validation -run DCO,short-subject,dangling-whitespace -v -range ${TRAVIS_COMMIT_RANGE}
1818

0 commit comments

Comments
 (0)