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

Fix issues detected by linter #27

Merged
merged 2 commits into from
Apr 23, 2018
Merged

Fix issues detected by linter #27

merged 2 commits into from
Apr 23, 2018

Conversation

romanlevin
Copy link
Contributor

All of these were detected using staticcheck and megachecker.

Fixes #26 and some other things.

All of these were detected using `staticcheck` and `megachecker`.
@romanlevin romanlevin requested a review from zefhemel April 22, 2018 18:37
cwClient := cloudwatch.New(em["accesskey"], em["accesssecretkey"], em["region"], "")
_, err := cwClient.ListGroups()
return err != nil
}
Copy link
Contributor Author

Choose a reason for hiding this comment

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

@zefhemel You seem to have these for all the backends, but they don't seem to be used. Am I missing something?

Copy link
Contributor

Choose a reason for hiding this comment

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

Right... no, they can be removed.

@zefhemel zefhemel merged commit 210ab34 into master Apr 23, 2018
@zefhemel zefhemel deleted the fix-lint-issues branch April 23, 2018 11:08
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.

2 participants