Skip to content

Commit

Permalink
Reenable lint checks which pass wich issue maxchk#77 fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Emerson Prado committed Sep 29, 2017
1 parent 8370099 commit 5a23de6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ PuppetLint.configuration.send("disable_80chars")
PuppetLint.configuration.send('disable_class_parameter_defaults')
PuppetLint.configuration.send('disable_class_inherits_from_params_class')
PuppetLint.configuration.send('disable_documentation')
PuppetLint.configuration.send('disable_autoloader_layout')
PuppetLint.configuration.send('disable_nested_classes_or_defines')
PuppetLint.configuration.log_format = "%{path}:%{linenumber}:%{check}:%{KIND}:%{message}"
PuppetLint.configuration.fail_on_warnings = true

Expand Down

0 comments on commit 5a23de6

Please sign in to comment.