Alexey Palazhchenko

Results 348 comments of Alexey Palazhchenko

I wonder why you ask me :) Personally, I do use testify; but if this project does not use it yet and has the policy to avoid external testing libraries,...

Would like to see the latest comment implemented.

Something like [doitlive](https://doitlive.readthedocs.io/en/latest/)?

I would propose for golangci-lint to complain about all forms with spaces: `// nolint`, `//nolint: name`, etc.

And I think the default should be changed to `false` in some future version with some warnings in between. Edit: also, the current code doesn't handle `//nolint: name` (with space)...

> The field linters-settings.depguard.packages-with-error-message should be an array of objects, not an object. > The field linters-settings.depguard.packages-with-error-message should be an array of objects, not an object. The golangci-lint code is...

@ldez Thank you. Can golangci-lint use https://pkg.go.dev/github.com/spf13/viper#KeyDelimiter (`viper.KeyDelimiter("::")`) as suggested in https://github.com/spf13/viper/issues/324, https://github.com/spf13/viper/issues/977, and other issues?

I would like to see this implemented. My use-case: disable `gocyclo` for a specific exported method without exposing `nolint:gocyclo` in the godoc.

Stale bot went rampant. @jirfag please reopen.

> My use-case: disable gocyclo for a specific exported method without exposing nolint:gocyclo in the godoc. That's still a problem.