ffba060d87
Puppet-lint will now fail if there is any warnings. Change-Id: I5997851548d32e4d723e4e76375cb17282c0d67b
7 lines
249 B
Ruby
7 lines
249 B
Ruby
require 'puppetlabs_spec_helper/rake_tasks'
|
|
require 'puppet-lint/tasks/puppet-lint'
|
|
|
|
PuppetLint.configuration.fail_on_warnings = true
|
|
PuppetLint.configuration.send('disable_80chars')
|
|
PuppetLint.configuration.send('disable_class_parameter_defaults')
|