summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuriy Andamasov <yuriy@vyos.io>2026-04-26 16:48:57 +0300
committerYuriy Andamasov <yuriy@vyos.io>2026-04-26 16:48:57 +0300
commitacd269bb690a27067319124ca06183f615eb4f6e (patch)
tree9c713f988de564d19017070e15c4272164e9f91d
parent14a3faafcca4a00bf160a4d69f87b42668b29397 (diff)
downloadvyos.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.yaml12
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: