Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add fmt vet lint #48

Merged

Conversation

adiclepcea
Copy link
Collaborator

This adds fmt, vet and lint checks for all the tests.
This will make sure that no code that does not respect the Golang
recomended code style will be submited.
This should close #47

This adds fmt, vet and lint checks for all the tests.
This will make sure that no code that does not respect the Golang
recomended code style will be submited.
@adiclepcea
Copy link
Collaborator Author

It seems that appveyor blocks for some reason. Altough all the tests pass.

@cristianoliveira
Copy link
Owner

cristianoliveira commented Oct 8, 2017

Apparently, the integration tests now need admin grants for running and Appveyor doesn't run with those grants. That why it's failing. We have 2 options, discover how to run it as admin in Appveyor or skip this tests on CI and leave them as extra tests.

@cristianoliveira
Copy link
Owner

I will try to figure out how to run with those grants, but for now, I think we may need to skip them.

@cristianoliveira
Copy link
Owner

Fixed the tests :)

@cristianoliveira cristianoliveira merged commit 89037c0 into cristianoliveira:master Oct 8, 2017
@adiclepcea
Copy link
Collaborator Author

👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Improve code quality
2 participants