Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions .coderabbit.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
language: en

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🧹 Nitpick | 🔵 Trivial

Consider using a more specific language locale.

While en is valid, using en-US (the schema default) is more explicit and aligns with common practice in CodeRabbit configurations.

📝 Optional refinement
-language: en
+language: en-US
🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.

In @.coderabbit.yaml at line 1, Update the language locale value from the
generic "en" to the more specific "en-US" in the configuration by replacing the
entry "language: en" with "language: en-US" so the file uses the schema-default,
explicit locale.

reviews:
profile: assertive
auto_review:
enabled: true
drafts: false
base_branches:
- '^v\d+\.\d+\.\d+$'
path_filters:
- '!build/**'
- '!build-asan/**'
- '!**/*.pdf'
Loading