Skip to content

Commit 92e72dd

Browse files
committed
(GH-cat-9) syntax:hiera:yaml exclusions added
1 parent fa5023b commit 92e72dd

File tree

4 files changed

+13
-2
lines changed

4 files changed

+13
-2
lines changed

.puppet-lint.rc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,4 @@
11
--relative
2+
--no-parameter_types-check
3+
--no-params_empty_string_assignment-check
4+
--no-unquoted_string_in_selector-check

.sync.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,3 +31,8 @@ spec/spec_helper.rb:
3131
unmanaged: false
3232
.travis.yml:
3333
delete: true
34+
Rakefile:
35+
extra_disabled_lint_checks:
36+
- parameter_types
37+
- params_empty_string_assignment
38+
- unquoted_string_in_selector

Rakefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,9 @@ def changelog_future_release
4242
end
4343

4444
PuppetLint.configuration.send('disable_relative')
45+
PuppetLint.configuration.send('disable_parameter_types')
46+
PuppetLint.configuration.send('disable_params_empty_string_assignment')
47+
PuppetLint.configuration.send('disable_unquoted_string_in_selector')
4548

4649

4750
if Bundler.rubygems.find_name('github_changelog_generator').any?

metadata.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"tsql",
4949
"database"
5050
],
51-
"pdk-version": "2.3.0",
51+
"pdk-version": "2.4.0",
5252
"template-url": "https://github.com/puppetlabs/pdk-templates.git#main",
53-
"template-ref": "heads/main-0-g806810b"
53+
"template-ref": "2.5.0-0-g806810b"
5454
}

0 commit comments

Comments
 (0)