-
Hello, I did look through the documentation but could not find anything. I understand that each specific version of golangci-lint has different linters added(or potentially removed) however it does not specify which particular version of the linter that is is using. This question asks a very similar use-case that I am after: #1661 golangci-lint itself is version controlled however if we want to use an older/newer linter is it possible for use to specify a fixed version through a configuration file? Or at minimum, are we able to dump the versions of all linters that are used when running? Thanks |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
In most cases the change log contains the versions of the linters: https://golangci-lint.run/product/roadmap/#changelog And it is impossible to set linter's version in the configuration and I'm not sure this will ever be possible. |
Beta Was this translation helpful? Give feedback.
In most cases the change log contains the versions of the linters: https://golangci-lint.run/product/roadmap/#changelog
And it is impossible to set linter's version in the configuration and I'm not sure this will ever be possible.