
The content of this project is Apache 2 licensed, but we should include a standard LICENSE file just to be clear about that. Also add a Rakefile so jobs might pass. Change-Id: Iee6320b9d7e35fbe8d3b0a9794f3e485c18ef2c8
7 lines
275 B
Ruby
7 lines
275 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_class_inherits_from_params_class')
|