Remove unnecessary puppet-lint config 80/61880/1
authorDaniel Farrell <dfarrell@redhat.com>
Wed, 16 Aug 2017 20:29:13 +0000 (16:29 -0400)
committerDaniel Farrell <dfarrell@redhat.com>
Wed, 16 Aug 2017 20:29:13 +0000 (16:29 -0400)
No longer seems to do anything useful.

Change-Id: Ibf951439287a42283cc0f4c1d0b62c29b7c7e7e2
Signed-off-by: Daniel Farrell <dfarrell@redhat.com>
Rakefile

index 35e4868191622e2edc1468921cd099ee804cca99..e7a176a0850fa729df8c3a5a43eff9e42696cf8d 100644 (file)
--- a/Rakefile
+++ b/Rakefile
@@ -7,12 +7,6 @@ PuppetLint.configuration.send("disable_80chars")
 PuppetLint.configuration.log_format = "%{path}:%{line}:%{check}:%{KIND}:%{message}"
 PuppetLint.configuration.fail_on_warnings = true
 
-# Forsake support for Puppet 2.6.2 for the benefit of cleaner code.
-# http://puppet-lint.com/checks/class_parameter_defaults/
-PuppetLint.configuration.send('disable_class_parameter_defaults')
-# http://puppet-lint.com/checks/class_inherits_from_params_class/
-PuppetLint.configuration.send('disable_class_inherits_from_params_class')
-
 exclude_paths = [
   "bundle/**/*",
   "pkg/**/*",