Add linter version to config file #563
Labels
area: config
Related to .golangci.yml and/or cli options
enhancement
New feature or improvement
stale
No recent correspondence or work activity
Here if feature request.
I'd like to fix version of
golangci-lint
in config file.golangci.yml
.It should fail if version of linter differs from config.
This is especially actual for local run (i.e. pre-commit). To be sure right version is used.
Example of config file:
The text was updated successfully, but these errors were encountered: