Marco Ferrari

Results 147 comments of Marco Ferrari

Hi @harryzcy ! Isn't this covered by `VALIDATE_GO` to `true` (the default)?

@harryzcy this is not supported by golint. The last time I looked, it only supports the whole set of checks when linting Go modules, while only a subset of checks...

(hit send too soon). Can you share your super-linter configuration?

I think I get what you mean. Linting of Go modules triggers when there are changes in `go.mod` only: https://github.com/super-linter/super-linter/blob/d33107802b1ecab6ffc4146ac2d5644c72a673e4/lib/functions/buildFileList.sh#L316-L329

Makes sense. I'll happily review a PR for this. We probably need a way to get the path to the `go.mod` file that is related to a Go file.