We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a4f45bc + ed2520d commit 7aae63bCopy full SHA for 7aae63b
lib/puppetlabs_spec_helper/rake_tasks.rb
@@ -171,6 +171,7 @@
171
# Must clear as it will not override the existing puppet-lint rake task since we require to import for
172
# the PuppetLint::RakeTask
173
Rake::Task[:lint].clear
174
+PuppetLint.configuration.fail_on_warnings = true
175
# Utilize PuppetLint global configuration so that these settings can be tweaked by
176
# spec_helper.rb in an individual module
177
PuppetLint.configuration.relative = true
0 commit comments