We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
exclude
ignore
Puppetlabs_spec_helper already sets some pretty good defaults. We should rely on these and not overwrite them with our own.
For instance, in psh, puppet-syntax exclude paths contains plans/*. Also see puppetlabs/puppetlabs_spec_helper#294
plans/*
The text was updated successfully, but these errors were encountered:
Puppet-syntax also has one hardcoded exclude path. Seems a bit out of place to me.
Sorry, something went wrong.
06c539d
No branches or pull requests
Puppetlabs_spec_helper already sets some pretty good defaults. We should rely on these and not overwrite them with our own.
For instance, in psh, puppet-syntax exclude paths contains
plans/*
.Also see puppetlabs/puppetlabs_spec_helper#294
The text was updated successfully, but these errors were encountered: