fix(coderabbit-config): drop prose linting, ask for terse findings (#27086)
This commit is contained in:
parent
6e73043bca
commit
c2abe96fc2
1 changed files with 10 additions and 0 deletions
|
|
@ -3,6 +3,9 @@
|
||||||
# reviewer enforces project conventions on every PR.
|
# reviewer enforces project conventions on every PR.
|
||||||
language: en-US
|
language: en-US
|
||||||
|
|
||||||
|
tone_instructions: |
|
||||||
|
Be terse: at most three sentences per finding.
|
||||||
|
|
||||||
reviews:
|
reviews:
|
||||||
profile: chill
|
profile: chill
|
||||||
request_changes_workflow: false
|
request_changes_workflow: false
|
||||||
|
|
@ -110,6 +113,12 @@ reviews:
|
||||||
This SQL directory is immutable. Changes here should not happen in a normal PR —
|
This SQL directory is immutable. Changes here should not happen in a normal PR —
|
||||||
flag any modification. New SQL belongs in data/sql/updates/pending_db_*/.
|
flag any modification. New SQL belongs in data/sql/updates/pending_db_*/.
|
||||||
|
|
||||||
|
tools:
|
||||||
|
# Prose linting on markdown produces capitalisation nits reported as review
|
||||||
|
# findings, each wrapped in a suggestion block and a raw linter dump.
|
||||||
|
languagetool:
|
||||||
|
enabled: false
|
||||||
|
|
||||||
knowledge_base:
|
knowledge_base:
|
||||||
code_guidelines:
|
code_guidelines:
|
||||||
enabled: true
|
enabled: true
|
||||||
|
|
@ -117,6 +126,7 @@ knowledge_base:
|
||||||
# full guideline doc is always pulled into review context.
|
# full guideline doc is always pulled into review context.
|
||||||
filePatterns:
|
filePatterns:
|
||||||
- "AGENTS.md"
|
- "AGENTS.md"
|
||||||
|
- ".agents/docs/code-review.md"
|
||||||
|
|
||||||
chat:
|
chat:
|
||||||
auto_reply: true
|
auto_reply: true
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue