Skip to content

Commit

Permalink
Add coderabbit config file
Browse files Browse the repository at this point in the history
  • Loading branch information
mvdwetering committed Mar 10, 2024
1 parent a7afe46 commit ca32d69
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions .coderabbit.yaml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit ca32d69

Please sign in to comment.