This message was deleted.
# office-hours
s
This message was deleted.
y
I’d start here at least 🙂
j
thanks @Yury Bushmelev
😉 1
let me take a look @bastelfreak
but right now my understanding is that is the only way to do it ^^
b
if the parameter_documentation / parameter_types checks are enabled by default I dont mind it
j
would look to be enabled by default
b
ah neat
I jsut wasn't sure. at vox pupuli we made it opt-in
j
💯 🙂
c
quick drive-by from me
this is kind of open for review too
afaik there is no “method to the madness” and there are some checks that are disabled in spec_helper (i think)
its not very visible though
which is something i’d like to resolve
also
j
🙌
b
https://github.com/voxpupuli/modulesync_config/blob/master/config_defaults.yml#L43 we disabled the two checks I mentioned because they require some work on our modules. more and more of our modules opt-in to them. We render that to Rakefile and .puppet-lint.rc
👀 1
c
ah ok looks like we have inherited that part from module_sync then
b
https://github.com/voxpupuli/modulesync_config/blob/master/moduleroot/.puppet-lint.rc.erb +ah no, only to the puppet-lint.rc. The rake tasks reads that by default