ci(coderabbit): turn off the docstring coverage check (#2848)

ci(coderabbit): turn off the docstring coverage check

CodeRabbit enables docstring coverage by default at an 80% threshold
and warned on #2844 because the renderer's private helpers carry no
docstrings. No repository rule asks for them, so the warning is noise
on every Python change. Greptile has no equivalent check, so nothing
needs mirroring in greptile.json.
This commit is contained in:
Alex Verkhovsky
2026-09-07 19:42:08 -06:00
committed by GitHub
parent d7d4cfffbb
commit b0d29434d0
+5
View File
@@ -18,6 +18,11 @@ reviews:
commit_status: false
collapse_walkthrough: true # `walkthrough: false` is not a schema key; this is the real knob
poem: false
pre_merge_checks:
# Docstring coverage is on by default at an 80% threshold; the renderer's
# private helpers carry none and no repo rule asks for them.
docstrings:
mode: 'off'
auto_review:
enabled: true
drafts: false # Don't review drafts automatically