From 309244f6193a305667cf629b9a209b02a18e4a94 Mon Sep 17 00:00:00 2001 From: Jairo Velasquez Date: Thu, 31 Jul 2025 13:48:01 +0000 Subject: [PATCH 1/2] Adding CodeRabbit --- .coderabbit.yaml | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 .coderabbit.yaml diff --git a/.coderabbit.yaml b/.coderabbit.yaml new file mode 100644 index 00000000..7ce20f60 --- /dev/null +++ b/.coderabbit.yaml @@ -0,0 +1,31 @@ +# yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json +language: "en-US" +early_access: false +# enable_free_tier: true +tone_instructions: | + Provide clear, concise, and professional feedback focused on improving documentation clarity, grammar, and consistency. + Suggest improvements for readability and structure, and highlight any potential ambiguities. +reviews: + profile: "chill" + request_changes_workflow: false + high_level_summary: true + poem: true # testing 🙊 + review_status: true + collapse_walkthrough: false + auto_review: + enabled: true + drafts: false +path_instructions: + - path: "**/*.rst" + instructions: | + Review files for: + - Consistent formatting (e.g., headings, lists, links). + - Clear and concise language. + - Correct grammar and spelling. + - Proper use of rst syntax (e.g., avoid broken links or invalid code blocks). + - Adherence to style guides (e.g., consistent tone, terminology). + Suggest improvements to enhance readability and accessibility. +path_filters: + - "!**/*.png" +chat: + auto_reply: true From 479c2a4265393ffd4bdfc6e51568b2b3ab03e852 Mon Sep 17 00:00:00 2001 From: Jairo Velasquez Date: Thu, 31 Jul 2025 13:57:22 +0000 Subject: [PATCH 2/2] Applying CodeRabbit wisdom --- .coderabbit.yaml | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/.coderabbit.yaml b/.coderabbit.yaml index 7ce20f60..cae3d876 100644 --- a/.coderabbit.yaml +++ b/.coderabbit.yaml @@ -9,23 +9,23 @@ reviews: profile: "chill" request_changes_workflow: false high_level_summary: true - poem: true # testing 🙊 + poem: false review_status: true collapse_walkthrough: false auto_review: enabled: true drafts: false -path_instructions: - - path: "**/*.rst" - instructions: | - Review files for: - - Consistent formatting (e.g., headings, lists, links). - - Clear and concise language. - - Correct grammar and spelling. - - Proper use of rst syntax (e.g., avoid broken links or invalid code blocks). - - Adherence to style guides (e.g., consistent tone, terminology). - Suggest improvements to enhance readability and accessibility. -path_filters: - - "!**/*.png" + path_instructions: + - path: "**/*.rst" + instructions: | + Review files for: + - Consistent formatting (e.g., headings, lists, links). + - Clear and concise language. + - Correct grammar and spelling. + - Proper use of rst syntax (e.g., avoid broken links or invalid code blocks). + - Adherence to style guides (e.g., consistent tone, terminology). + Suggest improvements to enhance readability and accessibility. + path_filters: + - "!**/*.png" chat: auto_reply: true