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.
1 parent 8370099 commit 5a23de6Copy full SHA for 5a23de6
Rakefile
@@ -5,8 +5,6 @@ PuppetLint.configuration.send("disable_80chars")
5
PuppetLint.configuration.send('disable_class_parameter_defaults')
6
PuppetLint.configuration.send('disable_class_inherits_from_params_class')
7
PuppetLint.configuration.send('disable_documentation')
8
-PuppetLint.configuration.send('disable_autoloader_layout')
9
-PuppetLint.configuration.send('disable_nested_classes_or_defines')
10
PuppetLint.configuration.log_format = "%{path}:%{linenumber}:%{check}:%{KIND}:%{message}"
11
PuppetLint.configuration.fail_on_warnings = true
12
0 commit comments