Skip to content

Commit

Permalink
Create .coderabbit.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
sensuikan1973 authored Dec 3, 2023
1 parent 25fa5d6 commit 4e17807
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions .coderabbit.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
language: "en"
early_access: false
reviews:
high_level_summary: true
poem: true
review_status: true
collapse_walkthrough: false
path_filters:
# - "!**/.xml"
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: false
base_branches:
- "develop"
- "feat/*"
chat:
auto_reply: false

0 comments on commit 4e17807

Please sign in to comment.