Skip to content

docs(readme): --no-quarantine 案内を削除 (Homebrew 4.5 で廃止)#196

Merged
shomatan merged 1 commit into
mainfrom
docs/readme-drop-no-quarantine
May 13, 2026
Merged

docs(readme): --no-quarantine 案内を削除 (Homebrew 4.5 で廃止)#196
shomatan merged 1 commit into
mainfrom
docs/readme-drop-no-quarantine

Conversation

@shomatan
Copy link
Copy Markdown
Collaborator

@shomatan shomatan commented May 13, 2026

概要

PR #194 で書いた brew reinstall --cask --no-quarantine ignission/tap/ark の案内が
現行 Homebrew では動かない:

Error: Calling the `--[no-]quarantine` switch is disabled! There is no replacement.

Homebrew 4.5 で --no-quarantine switch と HOMEBREW_CASK_OPTS=--no-quarantine
環境変数の両方が 代替なしで廃止 された (Homebrew/brew#19046)。

修正

  • 「対処 A / 対処 B」の二択から xattr -dr 一択 に絞る
  • NOTE で --no-quarantine 廃止の事実と参考 PR リンクを補足
  • xattr 手順の直前に「sha256 照合済みであることを前提」と再強調 (codex [High] 指摘反映)

関連

Summary by CodeRabbit

  • Documentation
    • Updated macOS Quick Start guide with instructions for verifying authenticity and removing quarantine attributes after installation
    • Added notes about Homebrew 4.5+ compatibility changes affecting installation methods

Review Change Stack

Homebrew 4.5 で --no-quarantine switch と HOMEBREW_CASK_OPTS=--no-quarantine
の両方が代替なしで廃止された (Homebrew/brew#19046)。
PR #194 で書いた対処 B (--no-quarantine 再インストール) は現行 Homebrew では
'Calling the --[no-]quarantine switch is disabled!' エラーになるため削除。

xattr -dr による事後削除のみが残された正規対処であることを明示し、
NOTE で switch 廃止の事実と参考リンクを補足。
@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented May 13, 2026

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 62c0049a-509b-4deb-a7b2-b4da1d5327ea

📥 Commits

Reviewing files that changed from the base of the PR and between 50ea374 and 0661f05.

📒 Files selected for processing (1)
  • README.md

📝 Walkthrough

Walkthrough

README.md documentation updated to clarify macOS quarantine attribute handling. Installation guidance now requires authenticity verification before manual post-installation quarantine removal. A new note documents Homebrew 4.5's removal of install-time workaround flags, making post-install xattr -dr the only remaining option.

Changes

macOS Installation Documentation

Layer / File(s) Summary
Quarantine attribute handling guidance
README.md
Installation troubleshooting text updated to direct users to verify authenticity via the CAUTION section before manually removing quarantine attributes post-installation. A NOTE added documenting Homebrew 4.5 deprecation of --no-quarantine and HOMEBREW_CASK_OPTS=--no-quarantine, with xattr -dr as the remaining post-install workaround.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~3 minutes

Possibly related PRs

  • ignission/claude-code-ark#194: Both PRs modify the macOS README "Quick Start" install/troubleshooting text for the same Gatekeeper "Ark は壊れているため開けません" issue, including documenting xattr -dr com.apple.quarantine and brew ... --no-quarantine workarounds.

Poem

🐰 A rabbit's burrow needs clear signs to navigate the dark tunnels,
So too macOS seekers need guidance through Gatekeeper's quarantine gates,
When Homebrew's old tricks fade to dust in version 4.5's march,
xattr -dr stands ready, the steadfast path through the woods,
Instructions renewed, documentation bright—the warren is safer now! 🌿

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title clearly describes the main change: removing the --no-quarantine guidance from the README due to its deprecation in Homebrew 4.5, which directly aligns with the changeset.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch docs/readme-drop-no-quarantine

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.

@shomatan shomatan merged commit b5ac3eb into main May 13, 2026
2 checks passed
@shomatan shomatan deleted the docs/readme-drop-no-quarantine branch May 13, 2026 06:55
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.

1 participant