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