d4254df507
Puppet-lint will now fail if there is any warnings. Change-Id: I5286809afb726aebe22008cd6392cc4722fc0f1d
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')
|