Skip to content

Commit

Permalink
make coderabbit less annoying (#260)
Browse files Browse the repository at this point in the history
  • Loading branch information
zacharyblasczyk authored Dec 10, 2024
1 parent b6e3648 commit c14f785
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .coderabbit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,9 @@
language: en-US

reviews:
poem: false
poem: true
path_instructions:
- path: "**/*.{ts,tsx}"
instructions: |
**Note on Error Handling:**
Avoid strict enforcement of try/catch blocks. Code may use early returns, Promise chains (.then().catch()), or other patterns for error handling. These are acceptable as long as they maintain clarity and predictability.

0 comments on commit c14f785

Please sign in to comment.