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

Fixes for linting, updating CI to fail when linting does #24

Merged
merged 1 commit into from
Feb 7, 2019

Conversation

robscott
Copy link
Contributor

@robscott robscott commented Feb 6, 2019

This should fix #23. A side effect of these changes involved updating the JSON endpoint to return the same data that powers the dashboard.

@@ -4,10 +4,12 @@ import (
"fmt"

"k8s.io/client-go/kubernetes"
// Required for GKE auth
Copy link
Contributor

Choose a reason for hiding this comment

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

is this too nit-picky?... I like all comments to have proper grammar so they end with a period

Copy link
Contributor

@JessicaGreben JessicaGreben left a comment

Choose a reason for hiding this comment

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

lgtm. Happy linting works now, thank you! 😄

@robscott robscott merged commit d48d2b8 into master Feb 7, 2019
@robscott robscott deleted the rs/fix-linting branch February 7, 2019 16:33
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.

Fix issues with linting
2 participants