Linter for the configuration files for the well known linter golangci-lint
.
To install it run:
go install github.com/manuelarte/golangci-lint-linter@latest
To run it:
golangci-lint-linter [FILE] [--fix]
FILE
: the path to the.golangci.yml
to be linter.fix
: update file to resolve fixable issues. Defaultfalse
.
The list of linting rules can be found in RULES.md.