Closed
Description
Your feature request related to a problem? Please describe.
golangci-lint docs is related to code from master branch, so even if I am using latest release, I can get some wrong information there.
Describe the solution you'd like.
Have a documentation page for each release seems the best approach, but do not know how much trouble would that be.
Describe alternatives you've considered.
Adding a entry in docs that user should check this file in the specific version of golangci-lint
would be helpful (for example, 1.55.2 file)
Or even having a doc command that prints that yaml to user when using the CLI.
Additional context.
I have started to use golangci-lint
in one of the projects I work on, so I would be glad to help with golangci-lint
in any way possible!