mirror of
https://github.com/danderson/netboot.git
synced 2025-10-16 18:11:21 +02:00
Fix the golint command in .travis.yml, to actually lint stuff.
This commit is contained in:
parent
2639514bac
commit
2fc6bdac12
@ -19,4 +19,4 @@ script:
|
|||||||
- GO15VENDOREXPERIMENT=1 go build $(glide novendor)
|
- GO15VENDOREXPERIMENT=1 go build $(glide novendor)
|
||||||
- GO15VENDOREXPERIMENT=1 go test $(glide novendor)
|
- GO15VENDOREXPERIMENT=1 go test $(glide novendor)
|
||||||
- go vet $(glide novendor)
|
- go vet $(glide novendor)
|
||||||
- golint $(glide novendor)
|
- glide novendor | xargs -n1 golint
|
||||||
|
Loading…
x
Reference in New Issue
Block a user