guard-puppet-lint icon indicating copy to clipboard operation
guard-puppet-lint copied to clipboard

run lint over *.pp as they change

Results 5 guard-puppet-lint issues
Sort by recently updated
recently updated
newest added

Hi there, I've tried to follow the below steps to configure guard with the puppet-lint plugin but unfortunately it fails over and over with the below error: > 10:07:26 -...

I finally got guard-puppet-lint installed. When I set guard to watch a directory full of manifests, guard updates, but prints no warnings. I made a module in /private/tmp/bar I edited...

When I run guard-puppet-lint, it crashes Using ruby 2.0.0 with rvm ``` sowen@Spencers-MacBook-Pro:~/Code/geppetto/puppet-gitlab$ ruby --version ruby 2.0.0p481 (2014-05-08 revision 45883) [x86_64-darwin13.1.0] ``` ``` sowen@Spencers-MacBook-Pro:~/Code/geppetto/puppet-gitlab$ gem install guard-puppet-lint Fetching: guard-puppet-lint-0.2.0.gem (100%)...

Hi! ## I just created a small fix that allows to send notifications of a not compiling catalog for Puppet 3.0.1. You need to add the redirection of stderr to...