Staticcheck has a bunch of options. We'd like to be able to use those via golangci-lint, but it doesn't seem to be supported.
It's not clear to me if staticcheck exposes a proper way to do this, but it looks like setting DefaultConfig would be a plenty usable hack.
I think this would subsume #649, #980, perhaps others.
Staticcheck has a bunch of options. We'd like to be able to use those via golangci-lint, but it doesn't seem to be supported.
It's not clear to me if staticcheck exposes a proper way to do this, but it looks like setting
DefaultConfigwould be a plenty usable hack.I think this would subsume #649, #980, perhaps others.