Skip to content

Commit 5a23de6

Browse files
author
Emerson Prado
committed
Reenable lint checks which pass wich issue #77 fix
1 parent 8370099 commit 5a23de6

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Rakefile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ PuppetLint.configuration.send("disable_80chars")
55
PuppetLint.configuration.send('disable_class_parameter_defaults')
66
PuppetLint.configuration.send('disable_class_inherits_from_params_class')
77
PuppetLint.configuration.send('disable_documentation')
8-
PuppetLint.configuration.send('disable_autoloader_layout')
9-
PuppetLint.configuration.send('disable_nested_classes_or_defines')
108
PuppetLint.configuration.log_format = "%{path}:%{linenumber}:%{check}:%{KIND}:%{message}"
119
PuppetLint.configuration.fail_on_warnings = true
1210

0 commit comments

Comments
 (0)