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