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