We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
rule.error-strings
errors.Wrap
Using rule.error-strings, I expected a warning from code like this:
err := somethingFallible() if err != nil { return errors.Wrap(err, "Something terrible happened.") }
I'm not sure if the usual error string formatting applies here, but I would expect that it does...
The text was updated successfully, but these errors were encountered:
Hi @mrd0ll4r thanks for filling the issue.
Sorry, something went wrong.
Hey ! I would be happy to work on this issue! :)
Update error-strings rule (mgechev#608)
c9ad7ea
cf3e056
2b7c1d7
Update error-strings rule (#608) (#609)
0fada9d
Co-authored-by: SalvadorC <[email protected]>
doniacld
Successfully merging a pull request may close this issue.
Using
rule.error-strings
, I expected a warning from code like this:I'm not sure if the usual error string formatting applies here, but I would expect that it does...
The text was updated successfully, but these errors were encountered: