This repository was archived by the owner on Aug 16, 2025. It is now read-only.
- Notifications
You must be signed in to change notification settings - Fork69
This repository was archived by the owner on Aug 16, 2025. It is now read-only.
Support golangci-lint v2 for Go lint (tools) #406
Description
When reviewing a Go project that contains agolangci-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.