Skip to content

Instantly share code, notes, and snippets.

@yurikoles
Created December 3, 2020 21:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yurikoles/e5318687995af52025d64b5401fa34a1 to your computer and use it in GitHub Desktop.
Save yurikoles/e5318687995af52025d64b5401fa34a1 to your computer and use it in GitHub Desktop.
formula-fix() {
brew style --fix "$@"
brew audit --strict --online --new-formula --fix "$@"
brew test "$@"
}
cask-fix() {
brew cask style --fix "$@"
brew cask audit --download "$@"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment