puppet-ethercalc/Rakefile
Jonathan Harker 7eec04a01b Add new project boilerplate files
Now that this module has been split out into its own project, add some
boilerplate for the project.

Change-Id: Ie919681cb0f72eb1cf2373efa1460667985548c0
2015-01-29 12:08:19 -05: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')