Description
Integrate Codacy into the OpenScan CI pipeline to get automated code quality reviews, duplication detection, and complexity analysis on every PR.
Part of the Quality Tooling Rollout (#369).
Tasks
Motivation
Biome handles formatting and linting locally, but Codacy adds:
- Duplication and complexity metrics
- Historical quality trends over time
- Cross-PR comparison and diff annotations
Notes
- Should not block CI initially — informational only until rules are tuned.
Description
Integrate Codacy into the OpenScan CI pipeline to get automated code quality reviews, duplication detection, and complexity analysis on every PR.
Part of the Quality Tooling Rollout (#369).
Tasks
Motivation
Biome handles formatting and linting locally, but Codacy adds:
Notes