mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-12-12 02:45: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
|
```bash
|
||||||
pr-agent-settings/
|
pr-agent-settings/
|
||||||
├── metadata.yaml # Maps repos/folders to compliance paths
|
├── 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
|
├── global/ # Global compliance, inherited widely
|
||||||
│ └── pr_compliance_checklist.yaml
|
│ └── pr_compliance_checklist.yaml
|
||||||
├── groups/ # For groups of repositories
|
├── groups/ # For groups of repositories
|
||||||
|
|
@ -222,10 +222,10 @@ monorepo-name:
|
||||||
pr_compliance_checklist_paths:
|
pr_compliance_checklist_paths:
|
||||||
- "monorepo-name"
|
- "monorepo-name"
|
||||||
monorepo_subprojects:
|
monorepo_subprojects:
|
||||||
frontend:
|
service-a:
|
||||||
pr_compliance_checklist_paths:
|
pr_compliance_checklist_paths:
|
||||||
- "monorepo-name/service-a"
|
- "monorepo-name/service-a"
|
||||||
backend:
|
service-b:
|
||||||
pr_compliance_checklist_paths:
|
pr_compliance_checklist_paths:
|
||||||
- "monorepo-name/service-b"
|
- "monorepo-name/service-b"
|
||||||
```
|
```
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue