We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6a550d commit b4e2a47Copy full SHA for b4e2a47
.travis.yml
@@ -22,7 +22,7 @@ install: true
22
23
script:
24
- go vet -x ./...
25
- - golint ./...
+ - golint -set_exit_status ./...
26
- go build .
27
- go test -v ./...
28
- ./git-validation -run DCO,short-subject,dangling-whitespace -v
0 commit comments