Skip to content

Commit

Permalink
Update .coderabbit.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
berezovskyi authored Jan 2, 2025
1 parent 5b56923 commit a794a41
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .coderabbit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,12 @@ reviews:
path_instructions:
- path: "**/*.cs"
instructions: |
Review the C# code against the Microsoft Framework design guidelines and point out any mismatches
Review the C# code against the Microsoft Framework design guidelines as well as 10 guidelines
from "Building Maintainable Software" by Joost Visser. Point out deviations and improvements.
- path: "**/*.md"
instructions: |
Review the documentation against the Microsoft Writing Style Guide and point out any mismatches
Review the documentation against the Microsoft Writing Style Guide and point out any mismatches.
Ensure the Oxford English spelling is adhered to.
abort_on_close: true
auto_review:
enabled: true
Expand Down

0 comments on commit a794a41

Please sign in to comment.