Disabled "autoloader layout" and "selector inside resource" checks from lint.
This commit is contained in:
parent
debcbb3008
commit
11d8f85e7a
1 changed files with 2 additions and 0 deletions
2
Rakefile
2
Rakefile
|
@ -1,4 +1,6 @@
|
|||
|
||||
require 'puppet-lint/tasks/puppet-lint'
|
||||
PuppetLint.configuration.send('disable_double_quoted_strings')
|
||||
PuppetLint.configuration.send('disable_autoloader_layout')
|
||||
PuppetLint.configuration.send('disable_selector_inside_resource')
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue