From fdea7f999fe3a2af6032e9b3ee0c89ebd4276cd6 Mon Sep 17 00:00:00 2001 From: david22swan Date: Mon, 21 Oct 2024 10:08:13 +0100 Subject: [PATCH] (maint) Add note to update the puppetlabs_spec_helper 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 --- config_defaults.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config_defaults.yml b/config_defaults.yml index 1f470874..6de5d5ef 100644 --- a/config_defaults.yml +++ b/config_defaults.yml @@ -66,6 +66,8 @@ common: - '/.devcontainer/' .yardopts: markup: markdown +# Ensure that any changes to lint here are reflected within the rake_tasks.rb file inside the puppetlabs_spec_helper: +# - https://github.com/puppetlabs/puppetlabs_spec_helper/blob/main/lib/puppetlabs_spec_helper/rake_tasks.rb#L124 Rakefile: changelog_version_tag_pattern: 'v%s' linter_fail_on_warnings: true