Description
Checks Go source code with a configurable linter intended as a stricter replacement for golint. It is useful for teams that want consistent style and quality rules in local development and CI.
Lint findings are guidance, not proof that software is correct. Tune rules for the project and review generated failures before blocking releases or large code changes.