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