Denis Isaev
Denis Isaev
I've rebased on the latest master
@ainar-g 5 linters isn’t a problem: you can use gometalinter or similar tool: it makes running of even dozens of linters easy. And they will run in parallel by these...
Hi! In my opinion, 80+% of projects analyzed by `golangci-lint` have >= 30 identifiers without comments. If we will enable `golint` warnings it will be annoying for 80% of users....
Hi! Sorry, badges are now just a static image (https://github.com/golangci/golangci-web/blob/master/src/assets/images/badge_a_plus_flat.svg). We are planning to implement them properly in 1-2 months.
It's still on a roadmap, but it took longer than was planned
Hi! It's intentional behavior: a lot of users have 1-2 dirs with compilation errors (e.g. old unused scripts). We wouldn't like to fail builds for a lot of users. But...
I need to make some analytics about the amount of such cases before deciding
hi! It's in a roadmap, in 2-4 months
Sorry, supporting it took much more time than was planned.
Hi! I think it will be useful. But we can implement it only for paid plans now because of the high cost of extra checks.