Skip to content

Commit

Permalink
Add relative option to puppet-lint
Browse files Browse the repository at this point in the history
  - This is to avoid issue cause by the fact that
  - foloder name is differemnt from module name
  - see rodjek/puppet-lint#252
  • Loading branch information
gloppasglop committed Aug 21, 2014
1 parent 6d2c7a0 commit e368e33
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 @@ -2,6 +2,7 @@ require 'rubygems'
require 'puppetlabs_spec_helper/rake_tasks'
require 'puppet-lint/tasks/puppet-lint'
PuppetLint.configuration.send('disable_80chars')
PuppetLint.configuration.relative = true
PuppetLint.configuration.ignore_paths = ["spec/**/*.pp", "pkg/**/*.pp"]

desc "Run puppet in noop mode and check for syntax errors."
Expand Down

0 comments on commit e368e33

Please sign in to comment.