git pre-commit hook for puppet, erb and yaml files
Posted on za 07 november 2015 in software • Tagged with open source
A pre-commit hook is a great way to run custom actions before handing over your work to GIT (and thus your CI tool chain). For puppet related GIT repositories I’ve assembled a pre-commit hook that checks the puppet code, changed ERB templates and any changed YAML files for formatting …
Continue reading