-
Notifications
You must be signed in to change notification settings - Fork 552
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
Improvements to golint #243
Conversation
Codecov Report
@@ Coverage Diff @@
## master #243 +/- ##
=======================================
Coverage 74.59% 74.59%
=======================================
Files 20 20
Lines 681 681
=======================================
Hits 508 508
Misses 128 128
Partials 45 45
Continue to review full report at Codecov.
|
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.
@robertoduessmann thanks for this contribution. I found one little typo, after that is fixed, the code can be merged.
Hey @diegobernardes thanks a lot for catching it, I'm on it 👍 😃 |
Thanks! |
Thank you guys 🚀 |
Issue #, if available:
As reported here https://goreportcard.com/report/github.com/aws/aws-lambda-go#golint the golint of the project currently is 61%.
Description of changes:
As part of the suggestions from the golint, I added comment to methods and structs to explain the context behind the code in order to increase in some percentage the golint coverage from the project.
Once the golint is increased we will be able to add the project to the awesome-go list. I tried some time ago to add the aws-lambda-go there here but was declined because the currently golint coverage of the project is below their standards.
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.