-
Notifications
You must be signed in to change notification settings - Fork 712
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
Investigate using errcheck #101
Comments
Sure, we can run it occasionally. |
It seems to highlight a few times when we don't check the err:
|
You can filter out close, which it seems pretty safe to ignore:
|
All of those are effectively harmless. But, I'm happy to throw in some checks. (And remove that pidfile stuff altogether.) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://github.com/kisielk/errcheck
The text was updated successfully, but these errors were encountered: