-
Notifications
You must be signed in to change notification settings - Fork 190
Added golangci configuration and travis fix #248
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
Conversation
e9842d2
to
385feb6
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.
I have a couple of nits since I recently did this for the atlas client
Just noting: Holding off on review until comments are addressed - seems we have a bit to adjust here first. Thanks! |
…ve clean code with good practices chore: removed gocognit lint
5c5ad46
to
e125578
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.
Just a few typos found, otherwise LGTM :)
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 - please ensure we wait for @gssbzn to check his comments were resolved and approves before merging.
@gssbzn could you check if it's okay plz? |
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, thanks for doing all this
Description
Implemented golangci.yml configuration file that will allow us to have more Lints for the code which helps to have more clean code and introduce good programming practices. Also, Travis was fixed.
Type of change:
Required Checklist: