Skip to content

Commit f71a166

Browse files
committed
travis: check commits for whitespace errors
https://github.com/opencontainers/runtime-spec/pull/366/files/af056a3e9e61c0dc4738f24c35816d2a02d86607#r59321215 Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
1 parent 6734c7a commit f71a166

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)