From ef96ad9f69fc3c3bc0bee1949cd1beee9962e7d9 Mon Sep 17 00:00:00 2001 From: Alex Strick van Linschoten Date: Tue, 19 Dec 2023 14:24:45 +0100 Subject: [PATCH] add config to repo base --- .coderabbit.yaml | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 .coderabbit.yaml diff --git a/.coderabbit.yaml b/.coderabbit.yaml new file mode 100644 index 00000000000..b497ec24faf --- /dev/null +++ b/.coderabbit.yaml @@ -0,0 +1,30 @@ +language: "en" +early_access: false +reviews: + high_level_summary: true + poem: false + review_status: true + collapse_walkthrough: true + path_filters: + - "!**/.xml" + - "!**/.json" + path_instructions: + - path: "**/*.js" + instructions: "Review the Python code for conformity with Python best practices." + - path: "docs/**/*.md" + instructions: "Review the documentation for readability and clarity." + - path: "tests/**/*.py" + instructions: | + "Assess the unit test code employing the PyTest testing framework. Confirm that: + - The tests adhere to PyTest's established best practices. + - Test descriptions are sufficiently detailed to clarify the purpose of each test." + auto_review: + enabled: false + ignore_title_keywords: + - "WIP" + - "DO NOT MERGE" + drafts: false + base_branches: + - "develop" +chat: + auto_reply: true