Skip to content

Commit

Permalink
fix: fix coderabbit config (#207)
Browse files Browse the repository at this point in the history
  • Loading branch information
skosito authored Jul 3, 2024
1 parent a8343cb commit 6bf41ee
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions .coderabbit.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
reviews:
path_filters:
- "pkg/**"
- "typechain-types/**"
- "docs/**"
- "data/**"
- "!pkg/**"
- "!typechain-types/**"
- "!docs/**"
- "!data/**"
path_instructions:
- path: 'contracts/**'
instructions: >-
Expand All @@ -13,7 +13,10 @@ reviews:
Review the test files for proper coverage, edge cases, and best practices.
- path: 'scripts/**'
instructions: >-
Review the scripts for best practices.
Review the Hardhat scripts for best practices.
- path: 'tasks/**'
instructions: >-
Review the Hardhat tasks for best practices.
auto_review:
base_branches:
- main

0 comments on commit 6bf41ee

Please sign in to comment.