mattiasgeniar / puppet-pre-commit-hook

A Puppet pre-commit hook to validate syntax
MIT License
59 stars 36 forks source link

Add EPP & ruby parser validate/syntax check #16

Closed ghost closed 7 years ago

ghost commented 7 years ago

I added these few additional checks for our implementation, since we started with Puppet 4.7 and did a bit of type/provider work with Puppet. It's useful to catch Ruby syntax problems at precommit

Let me know if there's any issues adding this in or if you'd rather keep this out of the original repo :)

mattiasgeniar commented 7 years ago

Nice, thank you for this PR!