We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 227ab81 commit db481edCopy full SHA for db481ed
Rakefile
@@ -3,8 +3,8 @@ require 'puppet-syntax/tasks/puppet-syntax'
3
require 'puppet-lint/tasks/puppet-lint'
4
5
PuppetSyntax.exclude_paths = ["spec/fixtures/**/*"]
6
-#PuppetLint.configuration.send("disable_class_inherits_from_params_class")
7
-#PuppetLint.configuration.send("disable_variable_scope")
+PuppetLint.configuration.send("disable_class_inherits_from_params_class")
+PuppetLint.configuration.send("disable_80chars")
8
PuppetLint.configuration.ignore_paths = ['pkg/**/*.pp', 'spec/**/*.pp', 'tests/**/*.pp']
9
10
task :default => [
0 commit comments