Skip to content

Commit e76fa85

Browse files
sbouchetclaude
andauthored
Coderabbit tweaks (#672)
* added coderabbit rule for reabse readme Signed-off-by: Stephane Bouchet <sbouchet@redhat.com> * Tweaking codeRabbit via configuration file Signed-off-by: Stephane Bouchet <sbouchet@redhat.com> * apply coderabbit reviews Signed-off-by: Stephane Bouchet <sbouchet@redhat.com> * suppress empty review and walkthrough comments Signed-off-by: Stephane Bouchet <sbouchet@redhat.com> Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> --------- Signed-off-by: Stephane Bouchet <sbouchet@redhat.com> Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 47bf4cb commit e76fa85

1 file changed

Lines changed: 19 additions & 0 deletions

File tree

.coderabbit.yaml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json
2+
3+
tone_instructions: |
4+
You are a concise code reviewer. Focus only on critical logic, security, and performance issues.
5+
Avoid trivial style issues or minor formatting suggestions.
6+
7+
reviews:
8+
path_instructions:
9+
- path: ".rebase/CHANGELOG.md"
10+
instructions: "Ignore markdownlint rule MD001 (heading-increment). The `####` heading style is intentional and consistent throughout this file."
11+
# 'chill' is less verbose, 'assertive' is more verbose
12+
profile: chill
13+
# disable poem generation in comments
14+
poem: false
15+
# only post comments when there are actual findings
16+
review_status: false
17+
# suppress walkthrough/summary comment when no findings
18+
collapse_walkthrough: true
19+
changed_files_summary: false

0 commit comments

Comments
 (0)