Skip to content

Commit

Permalink
chore: initialize coderabbit config to focus on smart contracts, test…
Browse files Browse the repository at this point in the history
…s, and scripts
  • Loading branch information
lumtis committed Jun 24, 2024
1 parent ab38cd1 commit 5490c28
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .coderabbit.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
reviews:
path_instructions:
- path: 'contracts/**'
instructions: >-
Review the Solidity contracts for security vulnerabilities and best practices.
- path: 'test/**'
instructions: >-
Review the test files for proper coverage, edge cases, and best practices.
- path: 'scripts/**'
instructions: >-
Review the scripts for best practices.
auto_review:
base_branches:
- main

0 comments on commit 5490c28

Please sign in to comment.