-
Notifications
You must be signed in to change notification settings - Fork 9
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 linters and the formatter #17
Conversation
fa9e71a
to
81e31d1
Compare
81e31d1
to
ccd468b
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
make lint
passes as expected locally, great work!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you, looks great!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
📝 Description
This PR is for adding linters
✔️ How to Test
Note: we will have to merge another PR to fix the
watcher
in order to test this PR.make lint
golangci-lint
locally without the dockerSKIP_DOCKER=1 make lint
make fix-lint
golangci-lint run --fix
is running.