Clarification on the use of :optional and :recommended

This commit is contained in:
Thomas L. Kjeldsen 2021-01-19 13:25:33 +01:00 committed by Thomas L. Kjeldsen
parent e42e98108b
commit 72b29b2b2b

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