puppet-apparmor/Rakefile
Paul Belanger d4153ef903 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
2015-07-21 16:11:10 -04:00

9 lines
400 B
Ruby

require 'rubygems'
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')