Tam Mach

Results 220 comments of Tam Mach

Thanks for reporting this issue, do you plan to work on this ?

@alexisvisco thanks for your issue. I just quickly tried, seems like it's showing for me. Can you share your steps ? ``` $ ./golangci-lint linters Enabled by your configuration linters:...

Might be related to version. I used master branches with one small changes to make sure same x/tools version in your tool and golangci-lint. With your above config, I just...

You are right, seems like there is some issue with v1.29.0. I didn't see any related commits, which could affect this one. Can you try with master branches (in golangci-lint...

@mattysweeps thanks for your detailed explaination. You are right, the release binaries are built with CGO_ENABLED=0 only. This might be something we can improve.

> Should the binary produced during the installation of golanci-lint not by default support plugins since it is a feature of the linter? Yeah, I am completely agreed with you....

@alexisvisco seems like there is nothing we can do here, except update docs :). Please let me know if it's fine.

This is great, I found a lot of similarity/redundancy between deedcode and un-used personally, sometimes it's with `gosimple` as well. Moving proposed linters out of default list can cause a...

Seems related to the previous issue https://github.com/golangci/golangci-lint/issues/1041, in which the discussion leaned to exportloopref instead of looppointer.