Skip to content

Commit

Permalink
Disable 140 character puppet-lint check
Browse files Browse the repository at this point in the history
  • Loading branch information
ghoneycutt committed Mar 16, 2016
1 parent 1c58720 commit 9e9c03d
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
@@ -1,6 +1,7 @@
require 'puppetlabs_spec_helper/rake_tasks'
require 'puppet-lint/tasks/puppet-lint'
PuppetLint.configuration.send('disable_80chars')
PuppetLint.configuration.send('disable_140chars')
PuppetLint.configuration.relative = true
PuppetLint.configuration.ignore_paths = ["spec/**/*.pp", "pkg/**/*.pp"]

Expand Down

0 comments on commit 9e9c03d

Please sign in to comment.