f98af0d80a
Import Gemfile and Rakefile. Rakefile: take example from puppet-keystone module. Gemfile: Download the gems we actually need (ie: not beaker). Change-Id: I184a563c80c95da91daf6027378579dde15fe334 Signed-off-by: Paul Belanger <pabelanger@redhat.com>
8 lines
323 B
Ruby
8 lines
323 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_inherits_from_params_class')
|
|
PuppetLint.configuration.send('disable_class_parameter_defaults')
|