Dominik Honnef
Dominik Honnef
This happens because SA5000, like most other checks, operates at the variable level and does not decompose structs into their individual fields. This may get fixed in the future, but...
ST1012 should accpet variable names with underscore prefix: '_errFoo' to respect Uber Go Style Guide
Their style guide also says that > Exception: Unexported error values may use the prefix err without the underscore. See [Error Naming](https://github.com/uber-go/guide/blob/master/style.md#error-naming). and > For error values stored as global...
The check has been written that way primarily because I didn't think of this case. I think it would make sense to flag this for variables that are `nil` on...
You're encouraged to build Staticcheck yourself in your CI environment. > It of course works well with "go install" locally but it's no solution for CI. Why not?
It is unlikely that future releases will contain binary assets, in part because of issues like these. I'd prefer someone else to be responsible for distribution (e.g. Linux distributions), falling...
There will continue to be tagged releases, and I'm hoping to make a new release soon.
> are people really this dumb? jesus This is unacceptable behavior. Please refrain from insulting people.
> For what it's worth, we would also like a `go install`-able release compatible with 1.25. > > What would be involved in stewarding such a thing? @RulerOfTheQueendom Running `go...