-
Notifications
You must be signed in to change notification settings - Fork 235
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
Remove lint exceptions and fix remaining issues #1438
Conversation
Thanks @silaselisha, I think we might want to "downgrade" some of these exits/panics - I think it's fine to do that in tests, but particularly in longer-lived server processes or client libraries it's likely better to just log these. |
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.
Error strings should not be capitalized (unless beginning with an exported name, a proper noun or an acronym) and should not end with punctuation. This is because error strings usually appear within other context before being printed to the user.
https://google.github.io/styleguide/go/decisions#error-strings
@AlCutter will it be fine for the recommended "downgrading" changes being part of this PR? |
@roger2hk I'll look into it A.S.P. and also should I make changes to pieces of code that I didn't introduce but broke this rule https://google.github.io/styleguide/go/decisions#error-strings? |
You should scope it to the lint changes. If you find some other error strings and would like to make changes, please open a separate pull request to address them. |
@silaselisha yes please |
/gcbrun |
Hi Silas, many thanks for your PR & updates - I'm just going to make a couple of small tweaks and then I'll merge it for you. |
@AlCutter Thank you, and I'm open for more contribution. |
/gcbrun |
/gcbrun |
/gcbrun |
golangci-lint
exception