-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy path.coderabbit.yaml
More file actions
47 lines (47 loc) · 1.18 KB
/
.coderabbit.yaml
File metadata and controls
47 lines (47 loc) · 1.18 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
language: en-US
early_access: false
tone_instructions: >
Enforce team Best Practices strictly. Flag all violations. Skip subjective style preferences not covered by team standards.
reviews:
profile: assertive
high_level_summary: true
collapse_walkthrough: false
review_status: true
auto_review:
enabled: true
drafts: false
auto_incremental_review: true
path_filters:
- '!**/AGENTS.md' # A symbolic link to `.AI_INIT.md`.
- '!**/CLAUDE.md' # A symbolic link to `.AI_INIT.md`.
- '!**/GEMINI.md' # A symbolic link to `.AI_INIT.md`.
- '!**/.cursorrules' # A symbolic link to `.AI_INIT.md`.
- '!**/.continuerules' # A symbolic link to `.AI_INIT.md`.
path_instructions:
- path: "**"
instructions: "Apply team Best Practices as defined in `.AI_README.md`."
chat:
art: false
auto_reply: true
knowledge_base:
web_search:
enabled: true
code_guidelines:
enabled: true
filePatterns:
- "**/.AI_README.md"
learnings:
scope: local
tools:
shellcheck:
enabled: true
hadolint:
enabled: true
actionlint:
enabled: true
ruff:
enabled: true
trivy:
enabled: true
semgrep:
enabled: true