Skip to content
Merged
Show file tree
Hide file tree
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
10 changes: 10 additions & 0 deletions .coderabbit.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# yaml-language-server: $schema=https://storage.googleapis.com/coderabbit_public_assets/schema.v2.json
# CodeRabbit configuration.
# Docstring Coverage is disabled because its measurement engine does not
# recognize Swift `///` doc comments — the metric is stuck at 0.00% no
# matter how documented the diff is, producing a permanent noise warning
# on every PR (verified in #266, tracked in #267).
reviews:
pre_merge_checks:
docstrings:
mode: "off"
2 changes: 1 addition & 1 deletion Sources/VersionHandler/Resources/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.13.8
2.13.9
Loading