Skip to content

Instantly share code, notes, and snippets.

@homebysix
Last active June 28, 2021 16:46
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 homebysix/f7872534bc081b691757bea64a28aa8c to your computer and use it in GitHub Desktop.
Save homebysix/f7872534bc081b691757bea64a28aa8c to your computer and use it in GitHub Desktop.
Pre-commit config for public AutoPkg recipe repository (basic)
repos:
- repo: https://github.com/homebysix/pre-commit-macadmin
rev: v1.10.1
hooks:
- id: check-autopkg-recipes
args: ["--recipe-prefix=com.github.yourusername."]
- id: forbid-autopkg-overrides
- id: forbid-autopkg-trust-info
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment