We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 098e82e + d401d7f commit 7053868Copy full SHA for 7053868
Rakefile
@@ -4,7 +4,7 @@ require 'puppetlabs_spec_helper/rake_tasks'
4
5
PuppetLint.configuration.fail_on_warnings = true
6
PuppetLint.configuration.send('relative')
7
-PuppetLint.configuration.send('disable_char_check')
+PuppetLint.configuration.send('disable_140chars')
8
PuppetLint.configuration.send('disable_class_inherits_from_params_class')
9
PuppetLint.configuration.send('disable_documentation')
10
PuppetLint.configuration.send('disable_single_quote_string_with_variables')
0 commit comments