forked from mflux-community/mflux
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.coderabbit.yaml
More file actions
43 lines (43 loc) · 1.41 KB
/
Copy path.coderabbit.yaml
File metadata and controls
43 lines (43 loc) · 1.41 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
# yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json
language: en-US
early_access: false
reviews:
profile: chill
request_changes_workflow: false
high_level_summary: true
poem: false
review_status: true
collapse_walkthrough: false
auto_review:
enabled: true
drafts: false
base_branches:
- main
# This repo's code style forbids docstrings (.cursor/rules/RULE.md, "Code style"), so
# both docstring mechanisms are off: the finishing touch that opens a follow-up PR adding
# them, and the coverage check that warns for falling below a threshold we never want to
# meet. Quoted "off" on purpose — bare off is a YAML boolean, and this field is a string.
finishing_touches:
docstrings:
enabled: false
pre_merge_checks:
docstrings:
mode: "off"
path_filters:
# Skip binaries, generated images, and golden reference outputs.
- "!**/*.png"
- "!**/*.jpg"
- "!**/*.jpeg"
- "!**/*.webp"
- "!**/*.safetensors"
- "!src/mflux/assets/**"
- "!**/reference/**"
- "!**/references/**"
path_instructions:
- path: "src/mflux/**"
instructions: >
MLX (Apple Silicon) code. Flag mx.array shape/dtype mismatches, missing mx.eval before
host reads, and quantization correctness (fp8 / stored quantization). Prefer explicit,
minimal changes that match the surrounding style.
chat:
auto_reply: true