-
Notifications
You must be signed in to change notification settings - Fork 208
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PuppetLint.configuration.ignore_paths ignored by puppet-lint #417
Comments
I can confirm this is the case.
I have excluded
|
Seeing the same behavior on:
|
+1 But I try reproduce lib/puppet-lint/tasks/puppet-lint.rb behaviour with pure ruby require 'rake'
DEFAULT_PATTERN = '**/*.pp'
matched_files = FileList[DEFAULT_PATTERN]
matched_files = matched_files.exclude(*["modules/**/*","manifests/**/*"])
puts matched_files and it works fine |
Fixed in: efb1967 |
Puppet-lint 2.0.0 is now available. It was previously identified that this issue was fixed in master, but please confirm that you no longer see this behavior with 2.0.0 before we close the ticket. Thank you! |
Thank you! I have installed the the upgraded package and look forward to another opportunity to see if this feature works. |
I tested this with v2.0.0. When I remove all configuration
As such, this appears to be working and I will close it. Thanks everyone! |
still reports:
Apparently this was broken in v0.5.0, and seems to be broken again in puppet-lint (1.1.0). Perhaps the issue is in here: lib/puppet-lint/tasks/puppet-lint.rb, not sure.
The text was updated successfully, but these errors were encountered: