Cask/Desc: Description shouldn't start with the cask name #4109
Unanswered
alexreg
asked this question in
Writing Formulae/Casks
Replies: 1 comment 5 replies
-
Hello. Any thoughts on this? |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Output of
brew config
Output of
brew doctor
Description of issue
The style error
Cask/Desc: Description shouldn't start with the cask name
is problematic in that it reveals false positives sometimes. For example, I have a cask in a private tap called dedrm, with the description "DeDRM tools for e-books" (the official description for the project). Clearly, "DeDRM" is being used in the description as a description, not the name of the cask. And even if I change it to "De-DRM" (for example), the style error persists. This is clearly undesirable. So, is there any way to suppress this style error?Beta Was this translation helpful? Give feedback.
All reactions