From 7ee8f4c468b922f042dc342d85f066bbe1d34ad2 Mon Sep 17 00:00:00 2001 From: Tajim Date: Sun, 30 Aug 2026 16:48:58 +0600 Subject: [PATCH] chore: configure CodeRabbit reviews --- .coderabbit.yaml | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 .coderabbit.yaml diff --git a/.coderabbit.yaml b/.coderabbit.yaml new file mode 100644 index 0000000..42d587b --- /dev/null +++ b/.coderabbit.yaml @@ -0,0 +1,27 @@ +# yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json + +language: "en-US" + +tone_instructions: | + Review like an experienced human maintainer. + Be concise, direct, and practical. + Focus on real bugs, security issues, correctness problems, regressions, + and meaningful maintainability concerns. + Do not nitpick formatting, naming, trivial style preferences, or subjective + improvements unless they materially affect the code. + Do not generate unnecessary comments just to provide feedback. + Avoid repeating what the code already makes obvious. + Each comment should explain the problem and, when useful, suggest a clear fix. + Prefer a small number of high-signal comments over many low-value comments. + Do not praise every change or add filler. + Keep review comments natural and conversational, like a human code reviewer. + +reviews: + profile: "chill" + request_changes_workflow: false + high_level_summary: true + poem: false + in_progress_fortune: false + auto_review: + enabled: true + drafts: false