Denis Voytyuk

Results 38 comments of Denis Voytyuk

There are two ways of having the deps: `vendor` dir or in `$GOPATH/pkg/mod`. This would mean that the tool will have to understand, which mode is used in the project....

Note that the actual package name can be v1: https://pkg.go.dev/k8s.io/api/core/v1.

> The only alternative I have considered is disabling the rule. Why disabling the rule is an alternative solution? I think the linter currently does not prevent you from having...

I guess it should be easy to add: it's basically erroring on both: `literal` AND `make` style initialization. Are you willing to submit a PR? 😉

> I think it might be more than this because you can't use var style declarations when assigning to a struct member or passing a literal to a function (both...

> For function argument literals it can still be nice for readability Even for the function arguments you can do it this way: ```go func dummy(v []int) { } dummy([]int(nil))...

This sounds like an interesting proposal. Do you think you can provide a PR for that @NikitaSkrynnik ? I'd happily review it.

Good question. I need to study the problem. I will check and get back here. P. S. It'd be great if someone could have volunteered a pr, as I'm currently...

This happens to me in a rootless installation of docker: ``` Client: Docker Engine - Community Version: 20.10.2 API version: 1.41 Go version: go1.13.15 Git commit: 2291f61 Built: Mon Dec...

Yes, but I wanted to re-compile it. I tried taking the oldest version of pafish in repo, but it's still younger than dll, and it doesn't compile either. Maybe, by...