Anton Telyshev
Anton Telyshev
Related to https://github.com/golangci/golangci-lint/pull/3714
@cristaloleg I became a fan of pattern proposed by @quasilyte: ```go func main() { if err := mainImpl(); err != nil { log.Fatal(err) } } func mainImpl() error { //...
I made some example 🙏 https://go.dev/play/p/Rywjnhgua9q
@jamietanna @deepmap-marcinr @Warboss-rus FYI
@pellared, hi! I think there is a `x/tools` issue, not only `bodyclose`, because the other error appears if disable `bodyclose`: ``` ent.withHooks$1: cannot convert *t0 (M) to PM ``` I...
@ldez Hello! When to expect the new `golangci-lint` release? Looking forward to updated `x/tools` dependency 🙂
@ldez Hi! I tested `v1.52.0` release and faced with the strange behaviour. Some of the broken linters now are ok, but some of the linters are still errored. The last...
> so your matrix is off-topic. yep, I just tried to find some corner cases of MVS process 🤷♂️ > is a post-process, so the directories are analyzed. yes, but...
Let me add some clarity. Remember I wrote [above](https://github.com/golangci/golangci-lint/issues/3086#issuecomment-1439549234) there are two issues: 1. `interface {} is nil, not *buildssa.SSA` from `res := pass.ResultOf[buildssa.Analyzer].(*buildssa.SSA)` 2. `ent.withHooks$1: cannot convert *t0 (M)...
@ldez, thank u for your comments. I feel terribly stupid 🤦 . I tried to repeat my tests again and I really don't understand how I managed to NOT get...