You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 16, 2025. It is now read-only.
When reviewing a Go project that contains a golangci-lint v2 configuration file, a warning is produced in the review stating that this is not supported and that the review has not benefited from any lint reports.
The documentation for the golangci-lint tool does not mention the supported 1.x version and incorrectly links to v2+ configuration documentation on the tool documentation site.
The documentation should identify the supported version and provide options for working with the v2 linter. e.g. providing an additional v1 configuration file specifically for CodeRabbit use and how to configure that alongside a v2 configuration file for use in CI/CD pipelines.