[Puppet Users] Re: puppet-lint questions

2014-04-14 Thread Alexander Fortin
On Monday, April 14, 2014 7:16:39 PM UTC+2, Daniele Sluijters wrote: > > Sometimes things don't become more legible if you're forced to break it > off somehow at 80 chars. We still try very hard to respect the 80 chars but > sometimes, we go over it. > Just a note on the 80 chars limitation: in

[Puppet Users] Re: puppet-lint questions

2014-04-14 Thread Daniele Sluijters
Hi, Our puppet-lint is fairly anal, every warning is an error in our case. But we do disable a few things: PuppetLint.configuration.send('disable_80chars') PuppetLint.configuration.send('disable_class_inherits_from_params_class') PuppetLint.configuration.send('disable_class_parameter_defaults')

[Puppet Users] Re: puppet-lint questions

2014-04-14 Thread Alexander Fortin
On Friday, April 11, 2014 12:32:39 AM UTC+2, Rich Burroughs wrote: > > I saw one of the Puppet Labs webinars about setting up your Puppet > development environment, and at one point it mentioned using a git hook to > run puppet-lint before committing. We do that where I work with "puppet > par