Nik
Nik
Thanks for the report. Did you try running `docker compose up` without sudo? Last time I used the Docker method, it worked just fine on Debian.
Yep, it's a known problem :) We've got #89 to solve this, but I'm still not sure which implementation would be better. Suggestions are welcome!
I actually regret a bit about enabling all the builtin checks by default. It'd probably be better to enable by default only the stdlib ones (`encoding/json` and `encoding/xml`) with the...
Hey @ldez, wanted to ask for your opinion as the maintainer of golangci-lint. Would it be ok to change the list of packages `musttag` checks by default? For example, to...
That's exactly my motivation: there are some (not widely used) packages that would be nice to support, but I don't want to enable them by default. So I'm thinking about...
> Maybe I missed something, but I didn't see the benefits of this change I'd like to be able to support more 3rd party packages without enabling them by default....
Anyway, that's just my thoughts for now, I'm not 100% sure we need this. I will sleep on it, and we can revisit in the future. Thanks for the opinions
I agree, this would be useful to have, `key-naming-case` is kinda limited at the moment. I can work on the implementation, thanks for the idea.
Thanks for the PR! I'm not sure it's safe to just add `slog.Group` to the list: it doesn't have the alternative function with the context (so it should not be...
Hi, sorry for the late reply. Sounds good, I'd be glad to accept your contribution! Let's name it `tag-overrides` to make it more clear.