Denis Isaev

Results 36 comments of Denis Isaev

Hi, there at least two different cases: 1. no `go.mod` on the root, it's only in the subdirectory. I think it should be fixed by specifying a working directory because...

After merging #1154, do you have examples of public repos where we can reproduce the problem with `no go files`?

Hi, it looks like we can run `golangci-lint` on the self repo with all linters enabled and parse time and peak memory from logs. Then check that these values are...

Hi, we already have `modguard` and `depguard` for black/white listing imports. Maybe some of our linters also support func/const/var checking?

hi! it's the good idea, but now it's too late to change it: some users have already added this text to exclude list.

You are right, I got an idea to mark it as `v2`: in the next version (not in the roadmap yet) we can break compatibility and implement id.

@qfel @daenney @pierrre do you use updated goimports? Did you run `go get -u golang.org/x/tools/cmd/goimports`? also, let's continue in https://github.com/golangci/golangci-lint/issues/347, this issue about message text

Hi, it looks like no `git` is installed. We need to improve the error message.

it should have a `git` installed, you are right. Is your repository public?

@lopezator thank you, I know and I've already updated megacheck code [recently](https://github.com/golangci/golangci-lint/commit/7705f82591bdc71500802ce1b0fee4ef6726bbcc) to the latest version. But I decided to not replace gosimple, staticcheck, unused and megacheck by staticcheck because...