Fast linters runner for Go (navijation fork)
This is a fork of golangci-lint that aims to merge in all upstream changes as much as possible while addressing some perceived issues that the upstream core maintainers consider to be design choices. Please see the original repository for full and up-to-date documentation. This README will be limited to changes from the upstream repository.
This fork allows the CLI runner to exit with a zero return code if all open issues have severity matching one of several configured options. The upstream supports assigning severities for different issues. However, the CLI runner will exit non-zero regardless of the severity of issues, which renders this feature rather "toothless".
severity.pass-on-severities
can be configured to allow the CLI to pass on issues whose severities
match this set. There is no "ranking" of severities; only exact matches will be allowed.