Skip to content

chore(#267): CodeRabbit の Docstring Coverage チェックを無効化#268

Merged
GeneralD merged 2 commits into
mainfrom
chore/#267-disable-coderabbit-docstring-check
Jun 12, 2026
Merged

chore(#267): CodeRabbit の Docstring Coverage チェックを無効化#268
GeneralD merged 2 commits into
mainfrom
chore/#267-disable-coderabbit-docstring-check

Conversation

@GeneralD

Copy link
Copy Markdown
Owner

type breaking scope diff files review

Closes #267

概要

CodeRabbit の Pre-merge check「Docstring Coverage」を .coderabbit.yaml無効化する。

背景

計測エンジンが Swift の /// doc comment を認識せず、coverage が常に 0.00% と報告される。PR #266 で実証済み: 変更対象の public シンボルすべてに docstring が付いた状態で @coderabbitai full review により再計算させても 0.00% (required 80.00%) のまま変化しなかった。計測不能なチェックが全 PR警告を出し続けるのはノイズでしかないため off にする。

変更内容

  • .coderabbit.yaml新規作成し reviews.pre_merge_checks.docstrings.mode: "off"設定
    • yaml-language-server 向けの $schema コメントを先頭に付与(公式 schema.v2.json で mode: off | warning | error確認済み)
    • 無効化の理由をファイル内コメントに記録
  • バージョンを 2.13.9 に patch バンプ

確認方法

この PR 自体の CodeRabbit walkthrough の Pre-merge checks から Docstring Coverage 警告が消えていれば設定が効いている。

GeneralD added 2 commits June 12, 2026 11:35
計測エンジンが Swift の /// doc comment を認識せず常に 0.00% 警告と
なるため (#266 で実証)、pre-merge check を off にしてノイズを止める。
Copilot AI review requested due to automatic review settings June 12, 2026 02:35
@GeneralD GeneralD self-assigned this Jun 12, 2026

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot was unable to review this pull request because the user who requested the review has reached their quota limit.

@coderabbitai

coderabbitai Bot commented Jun 12, 2026

Copy link
Copy Markdown

Warning

Review limit reached

@GeneralD, we couldn't start this review because you've reached your PR review rate limit.

More reviews will be available in 45 minutes and 46 seconds. Learn how PR review limits work.

Your organization has run out of usage credits. Purchase more credits in the billing tab to continue.

⌛ How to resolve this issue?

After more reviews become available, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans include higher PR review limits than trial, open-source, and free plans. In all cases, reviews become available again over time. During sustained high-volume PR review activity, CodeRabbit may temporarily slow when the next review becomes available.

Please see our Fair Usage Limits Policy for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: fada7d7e-2783-41fd-9e0f-b6cb81a4296c

📥 Commits

Reviewing files that changed from the base of the PR and between be94a5c and 49959d2.

📒 Files selected for processing (2)
  • .coderabbit.yaml
  • Sources/VersionHandler/Resources/version.txt
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch chore/#267-disable-coderabbit-docstring-check

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@codecov

codecov Bot commented Jun 12, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

@GeneralD GeneralD merged commit 2e86ef0 into main Jun 12, 2026
4 checks passed
@GeneralD GeneralD deleted the chore/#267-disable-coderabbit-docstring-check branch June 12, 2026 02:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

CodeRabbit Docstring Coverage が Swift を計測できず常に 0.00% 警告になる

2 participants