Skip to content

Commit 7700f4b

Browse files
authored
(maint) Add note to update the pdk-templates lint whenever it is change here
In order to ensure that our lint testing remains in step we must keep these two files in sync with eachother: - https://github.com/puppetlabs/puppetlabs_spec_helper/blob/main/lib/puppetlabs_spec_helper/rake_tasks.rb#L124 - https://github.com/puppetlabs/pdk-templates/blob/d9e6478ff7730a8ce072ce0c1d36a9b79f05ba2c/config_defaults.yml#L69
1 parent d580571 commit 7700f4b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/puppetlabs_spec_helper/rake_tasks.rb

+2
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,8 @@
121121
end
122122
end
123123

124+
# Ensure that any changes to lint here are reflected within the config_defaults.yml file inside the pdk-templates:
125+
# - https://github.com/puppetlabs/pdk-templates/blob/d9e6478ff7730a8ce072ce0c1d36a9b79f05ba2c/config_defaults.yml#L69
124126
require 'puppet-lint/tasks/puppet-lint'
125127
# Must clear as it will not override the existing puppet-lint rake task since we require to import for
126128
# the PuppetLint::RakeTask

0 commit comments

Comments
 (0)