Add Gemfile and puppet 4 checks
In anticipation of puppet 4, start trying to deal with puppet 4 things that can be helpfully predicted by puppet lint plugins. Co-Authored-By: Colleen Murphy <colleen@gazlene.net> Change-Id: I25527f6840ffe981e3ed36142bf476a0171e236a
This commit is contained in:
parent
d998bc66d1
commit
d4153ef903
2
Rakefile
2
Rakefile
@ -3,4 +3,6 @@ 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_autoloader_layout')
|
||||
PuppetLint.configuration.send('disable_class_inherits_from_params_class')
|
||||
PuppetLint.configuration.send('disable_class_parameter_defaults')
|
||||
|
Loading…
x
Reference in New Issue
Block a user