From eba597e61bd1caebbd7635dfd35618a755fca957 Mon Sep 17 00:00:00 2001 From: Stephane Bouchet Date: Wed, 18 Mar 2026 15:51:41 +0100 Subject: [PATCH 1/3] added coderabbit rule for reabse readme Signed-off-by: Stephane Bouchet --- .coderabbit.yaml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .coderabbit.yaml diff --git a/.coderabbit.yaml b/.coderabbit.yaml new file mode 100644 index 00000000000..a661ecc1baf --- /dev/null +++ b/.coderabbit.yaml @@ -0,0 +1,4 @@ +reviews: + path_instructions: + - path: ".rebase/CHANGELOG.md" + instructions: "Ignore markdownlint rule MD001 (heading-increment). The `####` heading style is intentional and consistent throughout this file." \ No newline at end of file From 481390e813b6106600a10b7ac118845b026fabb3 Mon Sep 17 00:00:00 2001 From: Stephane Bouchet Date: Mon, 23 Mar 2026 14:46:49 +0100 Subject: [PATCH 2/3] Tweaking codeRabbit via configuration file Signed-off-by: Stephane Bouchet --- .coderabbit.yaml | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/.coderabbit.yaml b/.coderabbit.yaml index a661ecc1baf..c8ac78be8df 100644 --- a/.coderabbit.yaml +++ b/.coderabbit.yaml @@ -1,4 +1,15 @@ +# yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json + +tone_instructions: | + You are a concise code reviewer. Focus only on critical logic, security, and performance issues. + Avoid trivial style issues or minor formatting suggestions. + reviews: path_instructions: - path: ".rebase/CHANGELOG.md" - instructions: "Ignore markdownlint rule MD001 (heading-increment). The `####` heading style is intentional and consistent throughout this file." \ No newline at end of file + instructions: "Ignore markdownlint rule MD001 (heading-increment). The `####` heading style is intentional and consistent throughout this file." + # 'chill' is less verbose, 'assertive' is more verbose + profile: chill + # disable poem genration in comments + poem: false + \ No newline at end of file From 54415e17f8487237e93b4886a654c927367885f8 Mon Sep 17 00:00:00 2001 From: Stephane Bouchet Date: Mon, 23 Mar 2026 14:55:49 +0100 Subject: [PATCH 3/3] apply coderabbit reviews Signed-off-by: Stephane Bouchet --- .coderabbit.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.coderabbit.yaml b/.coderabbit.yaml index c8ac78be8df..0d3213f33b5 100644 --- a/.coderabbit.yaml +++ b/.coderabbit.yaml @@ -10,6 +10,5 @@ reviews: instructions: "Ignore markdownlint rule MD001 (heading-increment). The `####` heading style is intentional and consistent throughout this file." # 'chill' is less verbose, 'assertive' is more verbose profile: chill - # disable poem genration in comments + # disable poem generation in comments poem: false - \ No newline at end of file