From ee41fc34c8ca1f3bd2dee8c28b56889ba9f2fb81 Mon Sep 17 00:00:00 2001 From: Rafaela Soares Date: Tue, 5 May 2026 10:53:23 +0100 Subject: [PATCH] clean CodeRabbit config --- .coderabbit.yaml | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 .coderabbit.yaml diff --git a/.coderabbit.yaml b/.coderabbit.yaml deleted file mode 100644 index 05a548ce..00000000 --- a/.coderabbit.yaml +++ /dev/null @@ -1,14 +0,0 @@ -inheritance: true -knowledge_base: - linked_repositories: - - repository: 'codeready-toolchain/api' - instructions: > - api contains the shared API types consumed by toolchain-common. - - When reviewing toolchain-common changes: - - Check if toolchain-common is using deprecated or outdated fields or types from api - suggest migrating to the recommended alternatives. - - Verify assumptions — if toolchain-common expects specific constants (condition types, reasons, labels) or type structures from api, check if those match the actual api definitions. - - If toolchain-common duplicates constants or type definitions that already exist in api, suggest using the api definitions instead. - - Flag if toolchain-common is making assumptions about api's internal state or behavior that isn't documented or guaranteed. - - Check if changes in toolchain-common (especially in pkg/cluster, pkg/condition, pkg/configuration, pkg/status) align with api patterns and conventions. - \ No newline at end of file