pre-commit-macadmin
pre-commit-macadmin copied to clipboard
AutoPkg recipe check: Ignore processor conventions for unknown recipe types
In the current check, a warning will be issued if an unknown recipe type (e.g. not defined here) is encountered.
More desirable behavior would be to skip the processor convention checks for recipe types that aren't defined.
It might make sense to have a config option to choose if this should be a failing check or not