Update docs/Formula-Cookbook.md

Co-authored-by: Issy Long <issyl0@github.com>
This commit is contained in:
Patrick Linnane 2023-02-04 15:21:16 +01:00 committed by GitHub
parent 05949443eb
commit 8f01281f3d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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