Browse Source

Rakefile: use Puppet Approved puppet-lint config

Matthew Haughton 9 years ago
parent
commit
2c6c6b4f21
1 changed files with 3 additions and 0 deletions
  1. 3 0
      Rakefile

+ 3 - 0
Rakefile

@@ -15,4 +15,7 @@ PuppetLint.configuration.fail_on_warnings
 PuppetLint.configuration.send('relative')
 PuppetLint.configuration.send('disable_80chars')
 PuppetLint.configuration.send('disable_class_inherits_from_params_class')
+PuppetLint.configuration.send('disable_class_parameter_defaults')
 PuppetLint.configuration.send('disable_documentation')
+PuppetLint.configuration.send('disable_single_quote_string_with_variables')
+PuppetLint.configuration.ignore_paths = ["spec/**/*.pp", "pkg/**/*.pp"]