mattiasgeniar / puppet-pre-commit-hook

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

Investigate reducing calls to the PDK #24

Open rnelson0 opened 6 years ago

rnelson0 commented 6 years ago

When using the PDK, each call to it must spin up the PDK. This can be costly as currently every modified .pp file calls the PDK twice, in serial. While the two calls are unavoidable (one for validation, one for linting), we should be able to group all the files into each call to save time.