Skip to content

Commit

Permalink
turn on poem
Browse files Browse the repository at this point in the history
  • Loading branch information
zacharyblasczyk committed Dec 10, 2024
1 parent 510469d commit af19e11
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .coderabbit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
language: en-US

reviews:
poem: false
poem: true
path_instructions:
- path: "**/*.ts"
- 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 af19e11

Please sign in to comment.