forked from TEN-framework/ten-framework
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.coderabbit.yaml
More file actions
33 lines (33 loc) · 807 Bytes
/
.coderabbit.yaml
File metadata and controls
33 lines (33 loc) · 807 Bytes
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
# yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json
# Minimal configuration for getting started
language: "en-US"
reviews:
profile: "chill"
high_level_summary: true
auto_review:
enabled: true
drafts: false
tools:
# Backend
ruff: # Python
enabled: true
gitleaks:
enabled: true
path_filters:
# Exclude these paths (prefix with !)
- "!core/**"
- "!tests/**"
- "!tools/**"
- "!packages/**"
- "!build/**"
- "!third_party/**"
- "!.devcontainer/**"
- "!.github/**"
- "!.vscode/**"
- "!**.md"
- "!ai_agents/docs/**"
- "!ai_agents/esp32-client/**"
- "!ai_agents/Dockerfile"
- "!ai_agents/docker-compose.yml"
- "!ai_agents/playground/**"
- "!ai_agents/agents/examples/demo/**"