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

make linters happy #119

Merged
merged 3 commits into from Dec 22, 2016
Merged

make linters happy #119

merged 3 commits into from Dec 22, 2016

Conversation

ghost
Copy link

@ghost ghost commented Dec 21, 2016

Running linters on the package comes back with a number of stylistic errors relating to commenting, some cyclic complexity, opportunities for the use of an interface, and some shadowed/ineffectual/downright missing error checks. I fixed them so the Go report card looks clean(er). Tests run still,

}
// type regionRoot struct { // DEADCODE
// Region *Region
// }
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you just delete this?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done.

@mauricio mauricio merged commit 3ab73e7 into digitalocean:master Dec 22, 2016
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.

1 participant