Merge pull request #10361 from tlk/patch-1

Clarification on the use of `:optional` and `:recommended`
This commit is contained in:
Mike McQuaid 2021-01-21 09:00:19 +00:00 committed by GitHub
commit e22f5f62d3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -174,7 +174,7 @@ description can be overridden using the normal option syntax (in this case, the
```
* Some [`Requirement`](https://rubydoc.brew.sh/Requirement)s can also take a string specifying their minimum version that the formula depends on.
**Note:** [`option`](https://rubydoc.brew.sh/Formula#option-class_method)s are not allowed in Homebrew/homebrew-core as they are not tested by CI.
**Note:** `:optional` and `:recommended` are not allowed in Homebrew/homebrew-core as they are not tested by CI.
### Specifying conflicts with other formulae