Skip to content

Commit

Permalink
puppet-lint should ignore pkg/**
Browse files Browse the repository at this point in the history
  • Loading branch information
Joshua Hoblitt committed Sep 21, 2013
1 parent bad4cbb commit 49bb2c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,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_variable_scope")
PuppetLint.configuration.ignore_paths = ["spec/**/*.pp", 'tests/**/*.pp']
PuppetLint.configuration.ignore_paths = ['pkg/**/*.pp', 'spec/**/*.pp', 'tests/**/*.pp']

task :default => [
:syntax,
Expand Down

0 comments on commit 49bb2c3

Please sign in to comment.