We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 655602f commit ad25427Copy full SHA for ad25427
1 file changed
.coderabbit.yml
@@ -0,0 +1,22 @@
1
+reviews:
2
+ profile: chill # aggressive → chill / relaxed
3
+ request_changes_workflow: false
4
+ high_level_summary: true
5
+ poem: false
6
+
7
+ auto_review:
8
+ enabled: true
9
+ drafts: false
10
11
+ comment_style:
12
+ inline: true
13
+ conversational: false
14
15
+ suggestions:
16
+ enabled: false # 스타일/사소한 개선 제안 끄기
17
18
+ confidence:
19
+ level: low # 확신 없는 추측성 코멘트 감소
20
21
+ instructions: |
22
+ - Text, Image, Icon 같은 컴포넌트의 contentDescription 속성이 null 이더라도 경고하지마.
0 commit comments