We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f757d2d commit be7cdb9Copy full SHA for be7cdb9
1 file changed
.coderabbit.yaml
@@ -1,3 +1,10 @@
1
+# .coderabbit.yaml for a Next.js project
2
+
3
+# -----------------
4
+# 核心设置
5
6
7
+# 设置 CodeRabbit 回复的语言 (e.g., "en", "zh-CN")
8
language: "zh-CN"
9
10
# .coderabbit.yaml for Open Source Bazaar 项目
@@ -20,7 +27,7 @@ exclude:
20
27
21
28
# public 目录通常存放静态资源(图片、字体等),一般不需要代码审查。
22
29
- "public/**"
23
-
30
24
31
# next export 的输出目录
25
32
- "out/**"
26
33
@@ -91,4 +98,4 @@ extra_instructions: |
91
98
line_limit: 1000
92
99
93
100
# PR 变更总结的类型
94
-summarize: "default"
101
+summarize: "default"
0 commit comments