From 8f01281f3d545d8a23ac5ab31c15502e3b6094a6 Mon Sep 17 00:00:00 2001 From: Patrick Linnane Date: Sat, 4 Feb 2023 15:21:16 +0100 Subject: [PATCH] Update docs/Formula-Cookbook.md Co-authored-by: Issy Long --- docs/Formula-Cookbook.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/Formula-Cookbook.md b/docs/Formula-Cookbook.md index ff9ba57c79..6893bf5dd3 100644 --- a/docs/Formula-Cookbook.md +++ b/docs/Formula-Cookbook.md @@ -162,7 +162,6 @@ A `Hash` (e.g. `=>`) adds information to a dependency. Given a string or symbol, depends_on "foo" => :optional # Generated description would otherwise be "Build with foo support" ``` - **Note:** This value is not allowed in Homebrew/homebrew-core as it is not tested by CI. ### Specifying conflicts with other formulae