errcheck
https://github.com/kisielk/errcheck
Go
errcheck checks that you checked errors.
Triage Issues!
When you volunteer to triage issues, you'll receive an email each day with a link to an open issue that needs help in this project. You'll also receive instructions on how to triage issues.
Triage Docs!
Receive a documented method or class from your favorite GitHub repos in your inbox every day. If you're really pro, receive undocumented methods or classes and supercharge your commit history.
Go not yet supported2 Subscribers
Add a CodeTriage badge to errcheck
Help out
- Issues
- Support excludes for functions with type parameters
- Upgraded tools to latest, minimum go version to 1.25
- Exclude crypto/sha3.Read and crypto/sha3.Write by default
- Add support for ignoring errors.AsType error return value checks
- unable to install errcheck via the new go 1.24 tool tracker
- Check that channel receive is used with result return variable
- Check for errors returned from iterators
- False-positives alerts for interface type conversions
- Add -version flag
- The `-exclude` option does not seem to work for functions declared in the same package
- Docs
- Go not yet supported