Rob Nelson
Rob Nelson
I opened https://tickets.puppetlabs.com/browse/DOCUMENT-584 to track this concern.
The output can be pretty chaotic: ``` $ be puppet-lint *.pp 333.pp - WARNING: indentation of => is not properly aligned (expected in column 14, but found it in column...
@grosser Heh, sorry for the very large delay. We ARE working hard at staying more on top of things now, so hope we can clear out a large number of...
Right, I do think it's interesting, especially for some of the larger shops that use puppet who might see improvements measured in minutes rather than seconds.
@thias Before working on #45, I figured it would be good to get the current rspec setup working. You should be able to turn on Travis CI integration if you...
Can someone better describe the use case? I can imagine a few ways this might be meant, and a solid description of before/after states would be helpful in narrowing it...
Have you tried a git clean -ffdx to make sure cached files aren't causing this? ## Rob Nelson [email protected]
I agree, but I am not experienced enough to know how to detect that in a setup, whether using system gems or bundler, to display the message appropriately.
@jhoblitt Can you provide the metadata.json so we can add a sample test for this?
Currently open dependencies only fail on `--strict_dependencies`. Likewise, license warnings only raise to an error when `--strict-licenses` is used. Adding an `|| options[:fail_on_warnings]` will certainly raise these warnings to errors....