go-tools
https://github.com/dominikh/go-tools
Go
Staticcheck - The advanced Go linter
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 supported17 Subscribers
Add a CodeTriage badge to go-tools
Help out
- Issues
- simple: detect an errors.Is check followed by a nil check with the same return result
- simple or quickfix: suggest removing unnecessary else after previous block returns
- quickfix: lift recreated variables that never change inside loops
- cmd/staticcheck: add flag that applies suggested fixes
- False positive when comparing parts of IP addresses
- Fail test if golden file exists but analysis produced no suggested fixes
- SA4006: provide related information
- go/ir: write better tests
- Detect some TOCTTOU bugs
- SA5000: doesn't detect assignment following the return of a nil map or named nil map
- Docs
- Go not yet supported