We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73cbca7 commit b3310d8Copy full SHA for b3310d8
Rakefile
@@ -4,6 +4,7 @@ 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_80chars")
8
PuppetLint.configuration.ignore_paths = ['pkg/**/*.pp', 'spec/**/*.pp', 'tests/**/*.pp']
9
10
task :default => [
0 commit comments