mirror of
https://github.com/biomejs/biome.git
synced 2025-12-23 08:21:13 +00:00
43 lines
1.2 KiB
YAML
43 lines
1.2 KiB
YAML
# yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json
|
|
language: "en-GB"
|
|
early_access: false
|
|
reviews:
|
|
profile: "chill"
|
|
request_changes_workflow: false
|
|
high_level_summary: false
|
|
commit_status: true
|
|
poem: false
|
|
review_status: false
|
|
collapse_walkthrough: false
|
|
estimate_code_review_effort: false
|
|
sequence_diagrams: false
|
|
changed_files_summary: false
|
|
path_filters:
|
|
- "**"
|
|
- "!**/generated/**"
|
|
- "!**/biome_unicode_table/src/tables.rs"
|
|
- "!**/migrate/eslint_any_rule_to_biome.rs"
|
|
- "!**/nursery.rs"
|
|
- "!**/categories.rs"
|
|
- "!**/rules.rs"
|
|
- "!**/configuration_schema.json"
|
|
- "!**/backend-jsonrpc/src/workspace.ts"
|
|
auto_review:
|
|
enabled: true
|
|
base_branches: [ "main", "next" ]
|
|
drafts: false
|
|
tools:
|
|
biome:
|
|
enabled: false # We use our own Biome workflow :)
|
|
clippy:
|
|
enabled: false # Same for Clippy
|
|
finishing_touches:
|
|
docstrings:
|
|
enabled: false
|
|
tone_instructions: "Please keep it short and to the point. Be patient, especially with new contributors. Feel free to be witty with maintainers."
|
|
knowledge_base:
|
|
code_guidelines:
|
|
enabled: true
|
|
filePatterns: [ "**/CLAUDE.md", "**/CONTRIBUTING.md" ]
|
|
chat:
|
|
auto_reply: false
|