Marat Reimers

Results 58 comments of Marat Reimers

> Does the standalone linter has the same behavior? No, the standalone linter works well if you pass all packages to it (`go-check-sumtype ./...`).

Google published their style guide recently. Looks like they use "relaxed" version of linter's rules ([link1](https://google.github.io/styleguide/go/decisions#matching-braces), [link2](https://google.github.io/styleguide/go/decisions#function-formatting)): > The closing half of a brace pair should always appear on a...

https://github.com/dependabot rebase

~Option is already added to golangci-lint (master branch)~

golangci/golangci-lint#2944

I have a similar issue. But my flag is not marked as required. How can I hide a persistent flag in one of the commands? I tried the following, but...

The result is the same. I still see the flag in `--help`