Skip to content
This repository was archived by the owner on Jul 16, 2020. It is now read-only.

travis: Fail build on go vet, golint or misspell errors #119

Merged
merged 1 commit into from
May 13, 2016

Conversation

markdryan
Copy link
Contributor

go vet is run on all packages except for ciao-controller which currently
contains a go vet error. Once this is fixed we'll update the travis.yml
file to vet this package as well.

The following packages are excluded from golint runs as they too contain
errors:

  • github.com/01org/ciao/ciao-cli
  • github.com/01org/ciao/ciao-controller/internal/datastore
  • github.com/01org/ciao/ciao-controller/types

golint is disabled on tip for the time being. It seems to be panicking.

Signed-off-by: Mark Ryan [email protected]

go vet is run on all packages except for ciao-controller which currently
contains a go vet error.  Once this is fixed we'll update the travis.yml
file to vet this package as well.

The following packages are excluded from golint runs as they too contain
errors:

- github.com/01org/ciao/ciao-cli
- github.com/01org/ciao/ciao-controller/internal/datastore
- github.com/01org/ciao/ciao-controller/types

golint is disabled on tip for the time being.  It seems to be panicking.

Signed-off-by: Mark Ryan <[email protected]>
@markdryan markdryan merged commit 5d8497c into ciao-project:master May 13, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant