Skip to content

Commit

Permalink
fix: More Coderabbit tuning
Browse files Browse the repository at this point in the history
  • Loading branch information
acgetchell committed Nov 1, 2024
1 parent 8daf99c commit 0add19b
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .coderabbit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,18 @@ reviews:
sequence_diagrams: true
changed_files_summary: true
labeling_instructions: []
path_filters:
- 'src/**/*.cpp'
- 'include/**/*.hpp'
path_filters: []
path_instructions:
- path: 'src/**/*.cpp'
instructions: 'Focus on performance, memory management, and RAII principles'
- path: 'include/**/*.hpp'
instructions: 'Focus on design patterns, interfaces, and encapsulation'
- path: 'test/**/*.cpp'
instructions: 'Ensure comprehensive test coverage and proper test organization'
instructions: |
Review the following unit test code written using doctest. Ensure the following:
- Comprehensive test coverage and proper test organization.
- The code adheres to best practices using doctest.
- Descriptive test names are used to clearly convey the intent of each test.
abort_on_close: true
auto_review:
enabled: true
Expand Down

0 comments on commit 0add19b

Please sign in to comment.