Skip to content

Commit b3310d8

Browse files
author
Joshua Hoblitt
committed
suppress lint 80char warning
1 parent 73cbca7 commit b3310d8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Rakefile

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ require 'puppet-lint/tasks/puppet-lint'
44

55
PuppetSyntax.exclude_paths = ["spec/fixtures/**/*"]
66
PuppetLint.configuration.send("disable_class_inherits_from_params_class")
7+
PuppetLint.configuration.send("disable_80chars")
78
PuppetLint.configuration.ignore_paths = ['pkg/**/*.pp', 'spec/**/*.pp', 'tests/**/*.pp']
89

910
task :default => [

0 commit comments

Comments
 (0)