Skip to content

Commit 49586cf

Browse files
committed
chore: add coderabbit
1 parent ec035ae commit 49586cf

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

packages/.coderabbit.yaml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
reviews:
2+
# Exclude patterns for files/folders to ignore during reviews
3+
path_filters:
4+
- "!**/generated/**"
5+
- "!**/*.g.dart"
6+
- "!**/*.freezed.dart"
7+
# this is a direct sync of the react native stripe sdk Android, so we don't want to review it
8+
- "!**/reactnativestripesdk/**"
9+
# this is a direct sync of the react native stripe sdk iOS, so we don't want to review it
10+
- "!**/Stripe Sdk/**"
11+
# Auto-review pull requests targeting these branches
12+
auto_review:
13+
enabled: true
14+
base_branches:
15+
- main

0 commit comments

Comments
 (0)