From 5a17a511931447eab12dbee1b50a9ca2e957b6a9 Mon Sep 17 00:00:00 2001 From: GeneralD Date: Fri, 12 Jun 2026 11:35:19 +0900 Subject: [PATCH 1/2] =?UTF-8?q?chore(#267):=20CodeRabbit=20=E3=81=AE=20Doc?= =?UTF-8?q?string=20Coverage=20=E3=83=81=E3=82=A7=E3=83=83=E3=82=AF?= =?UTF-8?q?=E3=82=92=E7=84=A1=E5=8A=B9=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 計測エンジンが Swift の /// doc comment を認識せず常に 0.00% 警告と なるため (#266 で実証)、pre-merge check を off にしてノイズを止める。 --- .coderabbit.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .coderabbit.yaml diff --git a/.coderabbit.yaml b/.coderabbit.yaml new file mode 100644 index 0000000..dd4302b --- /dev/null +++ b/.coderabbit.yaml @@ -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" From 49959d263cfbf433da11adbe5ed9b184fbaf76d4 Mon Sep 17 00:00:00 2001 From: GeneralD Date: Fri, 12 Jun 2026 11:35:19 +0900 Subject: [PATCH 2/2] chore: bump version to 2.13.9 --- Sources/VersionHandler/Resources/version.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sources/VersionHandler/Resources/version.txt b/Sources/VersionHandler/Resources/version.txt index c38dd67..6ad4f1e 100644 --- a/Sources/VersionHandler/Resources/version.txt +++ b/Sources/VersionHandler/Resources/version.txt @@ -1 +1 @@ -2.13.8 +2.13.9