Skip to content

Commit

Permalink
suppress lint 80char warning
Browse files Browse the repository at this point in the history
  • Loading branch information
Joshua Hoblitt committed Sep 21, 2013
1 parent 73cbca7 commit b3310d8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ require 'puppet-lint/tasks/puppet-lint'

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

task :default => [
Expand Down

0 comments on commit b3310d8

Please sign in to comment.