-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.coderabbit.yaml
More file actions
42 lines (39 loc) · 1.56 KB
/
Copy path.coderabbit.yaml
File metadata and controls
42 lines (39 loc) · 1.56 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
# yaml-language-server: $schema=https://docs.coderabbit.ai/schemas/coderabbit-yaml.json
# CodeRabbit config for Meteograph. Docs: https://docs.coderabbit.ai/reference/configuration
language: en-US
reviews:
profile: chill # less nit-picky; set to "assertive" for stricter reviews
request_changes_workflow: false # post comments, don't block merges
high_level_summary: true
poem: false
review_status: true
auto_review:
enabled: true
drafts: false
base_branches:
- main
path_filters:
# Skip generated / build output so reviews focus on hand-written code
- "!lib/l10n/app_localizations*.dart"
- "!lib/generated/**"
- "!**/*.g.dart"
- "!build/**"
- "!android/**/build/**"
path_instructions:
- path: "lib/**/*.dart"
instructions: >-
Flutter/Dart. Follow the conventions in CLAUDE.md. Flag analyzer
issues (code must pass `flutter analyze`), unsafe null handling, and
unnecessary widget rebuilds. New user-facing strings must be added to
lib/l10n/app_en.arb (and translated), not hardcoded.
- path: "android/**/*.kt"
instructions: >-
Kotlin for the home-screen widget. Watch for RemoteViews restrictions,
null safety, and main-thread work. SharedPreferences keys shared
between native and Dart (HomeWidgetPreferences) must stay in sync.
- path: "**/*_test.dart"
instructions: >-
Ensure tests assert real behavior; WidgetStore and SharedPreferences
mocks should follow the existing patterns in test/.
chat:
auto_reply: true