Skip to content

Commit

Permalink
Merge pull request #590 from TheMeier/issues/589
Browse files Browse the repository at this point in the history
fix: add config extras handling back to Rakefile
  • Loading branch information
david22swan authored Jun 28, 2024
2 parents 902accd + dc4c374 commit 1829b3f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions moduleroot/Rakefile.erb
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,7 @@ PuppetLint.configuration.send('<%= option %>')
<% if @configs['linter_exclusions'] -%>
PuppetLint.configuration.ignore_paths = <%= @configs['linter_exclusions']%>
<% end -%>
<%- [@configs['extras']].flatten.compact.each do |line| -%>
<%= line %>
<%- end -%>

0 comments on commit 1829b3f

Please sign in to comment.