Skip to content

Commit db481ed

Browse files
author
Joshua Hoblitt
committed
suppress lint warnings
1 parent 227ab81 commit db481ed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Rakefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ require 'puppet-syntax/tasks/puppet-syntax'
33
require 'puppet-lint/tasks/puppet-lint'
44

55
PuppetSyntax.exclude_paths = ["spec/fixtures/**/*"]
6-
#PuppetLint.configuration.send("disable_class_inherits_from_params_class")
7-
#PuppetLint.configuration.send("disable_variable_scope")
6+
PuppetLint.configuration.send("disable_class_inherits_from_params_class")
7+
PuppetLint.configuration.send("disable_80chars")
88
PuppetLint.configuration.ignore_paths = ['pkg/**/*.pp', 'spec/**/*.pp', 'tests/**/*.pp']
99

1010
task :default => [

0 commit comments

Comments
 (0)