From ca32d69e430c33c77e00ffdbf5ec2b870ab4b386 Mon Sep 17 00:00:00 2001 From: Michel van de Wetering Date: Sun, 10 Mar 2024 17:18:38 +0100 Subject: [PATCH] Add coderabbit config file --- .coderabbit.yaml | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 .coderabbit.yaml diff --git a/.coderabbit.yaml b/.coderabbit.yaml new file mode 100644 index 0000000..2c93207 --- /dev/null +++ b/.coderabbit.yaml @@ -0,0 +1,33 @@ +# yaml-language-server: $schema=https://coderabbit.ai/integrations/coderabbit-overrides.v2.json + +language: "en" +early_access: false +reviews: + request_changes_workflow: false + high_level_summary: true + poem: true + review_status: true + collapse_walkthrough: false + path_filters: + - "!logs/**" + # path_instructions: + # - path: "**/*.js" + # instructions: + # "Review the JavaScript code for conformity with the Google JavaScript + # style guide, highlighting any deviations." + # - path: "tests/**/*" + # instructions: | + # "Assess the unit test code employing the Mocha testing framework. Confirm that: + # - The tests adhere to Mocha's established best practices. + # - Test descriptions are sufficiently detailed to clarify the purpose of each test." + auto_review: + enabled: true + ignore_title_keywords: + - "WIP" + - "DO NOT MERGE" + drafts: true + # base_branches: + # - "develop" + # - "feat/.*" +chat: + auto_reply: true \ No newline at end of file