puppet-yum/Rakefile
Longgeek 99bc571b2e Add .gitreview Rakefile files and update puppet coding style
All of the fat comma arrows (=) in a resource’s attribute/value list
should be aligned.
Put a trailing comma after the final resource parameter.

Change-Id: If9567bf3c1978571970cac390df80f839627f45d
Closes-Bug: #1334751
2014-09-05 16:13:15 +08:00

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