diff options
| author | Yuriy Andamasov <yuriy@vyos.io> | 2026-04-26 16:48:57 +0300 |
|---|---|---|
| committer | Yuriy Andamasov <yuriy@vyos.io> | 2026-04-26 16:48:57 +0300 |
| commit | acd269bb690a27067319124ca06183f615eb4f6e (patch) | |
| tree | 9c713f988de564d19017070e15c4272164e9f91d | |
| parent | 14a3faafcca4a00bf160a4d69f87b42668b29397 (diff) | |
| download | vyos.vyos-T8584/coderabbit-config.tar.gz vyos.vyos-T8584/coderabbit-config.zip | |
T8584: add ansible/ansible and ansible.netcommon as linked repositoriesT8584/coderabbit-config
CodeRabbit will reference core Ansible framework and netcommon base classes
when reviewing this collection modules, plugins, and test patterns.
🤖 Generated by [robots](https://vyos.io)
| -rw-r--r-- | .coderabbit.yaml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/.coderabbit.yaml b/.coderabbit.yaml index 183edb80..38eae56f 100644 --- a/.coderabbit.yaml +++ b/.coderabbit.yaml @@ -255,6 +255,18 @@ knowledge_base: scope: auto pull_requests: scope: auto + linked_repositories: + - repository: "ansible/ansible" + instructions: > + Core Ansible framework. Reference for module_utils base classes, + plugin interfaces (cliconf, terminal, action), module documentation + conventions (DOCUMENTATION/EXAMPLES/RETURN YAML blocks), and + ansible-test sanity requirements. + - repository: "ansible-collections/ansible.netcommon" + instructions: > + Network common collection. Contains ConfigBase, ResourceModule, + FactsBase, NetworkTemplate, and get_resource_connection — the base + classes and utilities that vyos.vyos modules directly extend. code_generation: docstrings: |
