Highlights
- Arctic Code Vault Contributor
- GitHub Sponsor
Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Pinned
357 contributions in the last year
Contribution activity
October 2020
Created an issue in dominikh/go-tools that received 5 comments
SA5008: support easyjson's `intern` struct tag
easyjson adds their own intern option, see https://github.com/mailru/easyjson#string-interning – staticcheck currently flags this: bar.go:5:15: unk…
- Default to module's Go version if no `-go` flag was provided
- go/ir: improve escape analysis of pointer-to-struct literals
- Suggest replacing variables that have constant values with actual constants
- Evaluate new IgnoredFiles field in go/analysis
- Investigate extending the IR to model reflection
- SA4023: always flag functions that return typed nils as their `error`
- SA3000: update documentation
- ST1017: flag `nil != x`
- Optimize writing export data
- Investigate GitHub's code scanning API and SARIF
- Fail deliberately in PathEnclosingInterval
- Provide useful debug output when checks panic
- simple: flag io.WriteString(w, string(b)) for var b []byte

