mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-12-11 18:35:18 +00:00
docs: update compliance tool examples with generic naming conventions
This commit is contained in:
parent
a53a9358ed
commit
08a683c9a4
1 changed files with 3 additions and 3 deletions
|
|
@ -168,7 +168,7 @@ Qodo Merge supports hierarchical compliance checklists using a dedicated global
|
|||
```bash
|
||||
pr-agent-settings/
|
||||
├── metadata.yaml # Maps repos/folders to compliance paths
|
||||
└── compliance_standards/ # Root for all compliance definitions
|
||||
└── codebase_standards/ # Root for all compliance definitions
|
||||
├── global/ # Global compliance, inherited widely
|
||||
│ └── pr_compliance_checklist.yaml
|
||||
├── groups/ # For groups of repositories
|
||||
|
|
@ -222,10 +222,10 @@ monorepo-name:
|
|||
pr_compliance_checklist_paths:
|
||||
- "monorepo-name"
|
||||
monorepo_subprojects:
|
||||
frontend:
|
||||
service-a:
|
||||
pr_compliance_checklist_paths:
|
||||
- "monorepo-name/service-a"
|
||||
backend:
|
||||
service-b:
|
||||
pr_compliance_checklist_paths:
|
||||
- "monorepo-name/service-b"
|
||||
```
|
||||
|
|
|
|||
Loading…
Reference in a new issue