I'm doing some work around distributing a puppet-lint wrapper internally. Ideally I want a wrapper that reads a custom .puppet-lint.rc within the repo and the rc file is --only-checks so we can enable new checks as the codebase is ready to be stricter.

The problems I'm running into are

1. .puppet-lint.rc seems to be additive loading ~/.puppet-lint.rc, ./.puppet-lint.rc AND --conf path/to/.puppet-lint.rc

2. .puppet-lint.rc doesn't support --only-checks syntax

Has anyone done something similar and did you have to modify optparse.rb and other Ruby code with puppet-lint to get it to work?

Ramin

--
You received this message because you are subscribed to the Google Groups "Puppet 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to puppet-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/puppet-users/569FF95F.1010704%40badapple.net.
For more options, visit https://groups.google.com/d/optout.

Reply via email to