mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-12-12 02:45:18 +00:00
docs: add code languages compliance hierarchy
This commit is contained in:
parent
ad2a96da50
commit
6e543da4b4
1 changed files with 14 additions and 8 deletions
|
|
@ -159,16 +159,22 @@ pr-agent-settings/
|
||||||
├── groups/ # For groups of repositories
|
├── groups/ # For groups of repositories
|
||||||
│ ├── frontend_repos/
|
│ ├── frontend_repos/
|
||||||
│ │ └── pr_compliance_checklist.yaml
|
│ │ └── pr_compliance_checklist.yaml
|
||||||
│ └── backend_repos/
|
│ ├── backend_repos/
|
||||||
│ └── pr_compliance_checklist.yaml
|
│ │ └── pr_compliance_checklist.yaml
|
||||||
|
│ ├── python_repos/
|
||||||
|
│ │ └── pr_compliance_checklist.yaml
|
||||||
|
│ ├── cpp_repos/
|
||||||
|
│ │ └── pr_compliance_checklist.yaml
|
||||||
|
│ └── ...
|
||||||
├── qodo-merge/ # For standalone repositories
|
├── qodo-merge/ # For standalone repositories
|
||||||
│ └── pr_compliance_checklist.yaml
|
│ └── pr_compliance_checklist.yaml
|
||||||
└── qodo-monorepo/ # For monorepo-specific compliance
|
├── qodo-monorepo/ # For monorepo-specific compliance
|
||||||
├── pr_compliance_checklist.yaml # Root-level monorepo compliance
|
│ ├── pr_compliance_checklist.yaml # Root-level monorepo compliance
|
||||||
├── qodo-github/ # Subproject compliance
|
│ ├── qodo-github/ # Subproject compliance
|
||||||
│ └── pr_compliance_checklist.yaml
|
│ │ └── pr_compliance_checklist.yaml
|
||||||
└── qodo-gitlab/ # Another subproject
|
│ └── qodo-gitlab/ # Another subproject
|
||||||
└── pr_compliance_checklist.yaml
|
│ └── pr_compliance_checklist.yaml
|
||||||
|
└── ... # More repositories
|
||||||
```
|
```
|
||||||
|
|
||||||
3\. Define the metadata file `metadata.yaml` in the root of `pr-agent-settings`:
|
3\. Define the metadata file `metadata.yaml` in the root of `pr-agent-settings`:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue