Qodo enforces code quality and organizational standards even when the Rule System is not available or not enabled. In these cases, Qodo uses a repository-based enforcement approach, where standards are defined directly in configuration files within your codebase. Before the introduction of the Rule System, this was the primary way teams defined and enforced code review standards. It continues to be used in environments where the Rule System is not applied or where standards are managed at the repository level.Documentation Index
Fetch the complete documentation index at: https://docs.qodo.ai/llms.txt
Use this file to discover all available pages before exploring further.
How enforcement works
In this approach, Qodo relies on rule definitions provided through repository files. Supported file names include:AGENTS.mdCLAUDE.mdGEMINI.mdcopilot-instructions.mdRULE.md.cursorrulesbest_practices.mdpr_compliance_checklist.yaml
During code review
When analyzing a pull request, Qodo:- Scans code changes to identify potential issues such as bugs, logic errors, and anti-patterns
- Applies Best Practices to check how code is written (patterns, structure, conventions)
- Runs Custom Compliance checks to validate required conditions and policies
Next steps
- Best Practices → Learn how to define coding standards and influence code suggestions
- Custom Compliance → Learn how to enforce requirements like security checks and validation rules
- Rule System → Learn how to manage and enforce rules centrally across your organization