docs(readme): --no-quarantine 案内を削除 (Homebrew 4.5 で廃止)#196
Conversation
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 廃止の事実と参考リンクを補足。
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughREADME.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 ChangesmacOS Installation Documentation
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Possibly related PRs
Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
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. Comment |
概要
PR #194 で書いた
brew reinstall --cask --no-quarantine ignission/tap/arkの案内が現行 Homebrew では動かない:
Homebrew 4.5 で
--no-quarantineswitch とHOMEBREW_CASK_OPTS=--no-quarantine環境変数の両方が 代替なしで廃止 された (Homebrew/brew#19046)。
修正
xattr -dr一択 に絞る--no-quarantine廃止の事実と参考 PR リンクを補足[High]指摘反映)関連
Summary by CodeRabbit