diff --git a/.coderabbit.yaml b/.coderabbit.yaml new file mode 100644 index 00000000..00dc812b --- /dev/null +++ b/.coderabbit.yaml @@ -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 \ No newline at end of file