Closed Aaron-212 closed 6 months ago
Important: Do not tick a checkbox if you haven’t performed its action. Honesty is indispensable for a smooth review process.
In the following questions <cask> is the token of the cask you're submitting.
<cask>
After making any changes to a cask, existing or new, verify:
brew audit --cask --online <cask>
brew style --fix <cask>
Additionally, if adding a new cask:
brew audit --cask --new <cask>
HOMEBREW_NO_INSTALL_FROM_API=1 brew install --cask <cask>
brew uninstall --cask <cask>
Important: Do not tick a checkbox if you haven’t performed its action. Honesty is indispensable for a smooth review process.
In the following questions
<cask>
is the token of the cask you're submitting.After making any changes to a cask, existing or new, verify:
brew audit --cask --online <cask>
is error-free.brew style --fix <cask>
reports no offenses.Additionally, if adding a new cask:
brew audit --cask --new <cask>
worked successfully.HOMEBREW_NO_INSTALL_FROM_API=1 brew install --cask <cask>
worked successfully.brew uninstall --cask <cask>
worked successfully.