Releases: chriskuehl/puppet-pre-commit-hooks
Releases · chriskuehl/puppet-pre-commit-hooks
v2.2.0: Merge pull request #13 from pauloconnor/Allow_non_root_Puppetfiles
Remove front anchor for Puppetfile
v2.0.2
v2.0.1
- Move
hooks.yaml
to.pre-commit-hooks.yaml
.
v2.0
The main difference from v1.0 is that Puppet is no longer pinned to 3.x. By default, this means you'll get the latest version of Puppet.
If you're still using Puppet 3.x, you can continue using 3.x in the hooks, but you'll need to add:
additional_dependencies: ['puppet:<4']
to each of the hooks (see the README for more details).
You'll probably also want to remove --parser=future
if you stick with 4.x, since this is the only parser in 4.x.
1.0: Initial Release
v1.0 README: add epp-validate to bulleted list