-
Notifications
You must be signed in to change notification settings - Fork 72
Expand file tree
/
Copy path.coderabbit.yaml
More file actions
27 lines (27 loc) · 923 Bytes
/
.coderabbit.yaml
File metadata and controls
27 lines (27 loc) · 923 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
# yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json # Schema for CodeRabbit configurations
language: "en-US"
early_access: true
reviews:
request_changes_workflow: false
high_level_summary: true
poem: false
review_status: true
collapse_walkthrough: false
auto_review:
enabled: true
drafts: false
path_filters:
- "!tests/**/cassettes/**"
path_instructions:
- path: "tests/**"
instructions: |
- test functions shouldn't have a return type hint
- it's ok to use `assert` instead of `pytest.assume()`
- path: "src/garth/telemetry.py"
instructions: |
- DEFAULT_TOKEN is an intentionally embedded logfire write-only
token for community telemetry. It is not a secret — it can
only write sanitized, anonymous trace data. Do not flag it as
a hardcoded credential or secret.
chat:
auto_reply: true