Skip to content

Commit

Permalink
ci: puppet-lint auto-exclude seems to work now
Browse files Browse the repository at this point in the history
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
  • Loading branch information
robbat2 committed Jul 29, 2024
1 parent 6ec88ca commit 93bc3de
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 @@ -3,7 +3,7 @@ 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"]
PuppetLint.configuration.exclude_paths = []

desc 'Validate manifests, templates, and ruby files'
task :validate do
Expand Down

0 comments on commit 93bc3de

Please sign in to comment.