You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to puppet...@googlegroups.com
Version 0.5.x of puppetlabs_spec_helper seems to make it impossible to add additional paths to be ignored using PuppetLint.configuration.ignore_paths. If I pin my module to "~> 0.4.0" for puppetlabs_spec_helper, the ignore_paths defined in my Rakefile are respected.
Commit 4ca208bde329aa6861094ccefa07fc8338de6691 added PuppetLint.configuration.ignore_paths to the puppetlabs_spec_helper "lint" task, but wasn't till today that my modules began using puppetlabs_spec_helper 0.5.x.
An example of the Rakefile I use on dozens of Puppet modules, https://github.com/treydock/puppet-zfsonlinux/blob/master/Rakefile. Is this user error on my part or an actual bug? The problem I'm hitting is that the "pkg" directory is making the autoload tests fail because my PuppetLint.configuration.ignore_paths in the Rakefile are seemingly ignored.
Thanks
- Trey
Martin Alfke
unread,
Jun 24, 2014, 3:18:17 PM6/24/14
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to puppet...@googlegroups.com
Hi,
I encounter the same problem trey describes.
Is there any solution available, which does not pin puppetlabs_spec_helper to a version lower 0.5?
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to puppet...@googlegroups.com
Thanks Jason. I wasn't sure if there was some clever (and expected)
way to override what is set in puppetlabs_spec_helper and such user
error, or if this was a true bug. Looks like a bug / regression.