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

Cleanup lint #33

Merged
merged 10 commits into from
Sep 1, 2019
Merged

Cleanup lint #33

merged 10 commits into from
Sep 1, 2019

Conversation

imjuanleonard
Copy link
Contributor

Why rename config.yaml.example to config.example.yaml: for better syntax highlighting

Why suppress lint: so it doesn't show the lint command as one of the linter error

Why rename the datatype source to cloudSource: to avoid design paralysis where the name of the dataType, variables, and getter function is the same. The more same name variable that we had, the harder it is to name.

Why make mock Image public: it is in a test, normally people won't use some struct named Mock.

pkg/service/manipulator.go Outdated Show resolved Hide resolved
pkg/config/types.go Outdated Show resolved Hide resolved
Copy link
Member

@ajatprabha ajatprabha left a comment

Choose a reason for hiding this comment

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

A minor comment else LGTM

pkg/router/routes.go Outdated Show resolved Hide resolved
Copy link
Member

@ajatprabha ajatprabha left a comment

Choose a reason for hiding this comment

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

LGTM

@ajatprabha ajatprabha merged commit 8681090 into gojek:master Sep 1, 2019
@imjuanleonard imjuanleonard deleted the cleanup-lint branch September 4, 2019 01:51
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