File tree Expand file tree Collapse file tree 4 files changed +13
-2
lines changed Expand file tree Collapse file tree 4 files changed +13
-2
lines changed Original file line number Diff line number Diff line change 1
1
--relative
2
+ --no-parameter_types-check
3
+ --no-params_empty_string_assignment-check
4
+ --no-unquoted_string_in_selector-check
Original file line number Diff line number Diff line change @@ -31,3 +31,8 @@ spec/spec_helper.rb:
31
31
unmanaged : false
32
32
.travis.yml :
33
33
delete : true
34
+ Rakefile :
35
+ extra_disabled_lint_checks :
36
+ - parameter_types
37
+ - params_empty_string_assignment
38
+ - unquoted_string_in_selector
Original file line number Diff line number Diff line change @@ -42,6 +42,9 @@ def changelog_future_release
42
42
end
43
43
44
44
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' )
45
48
46
49
47
50
if Bundler . rubygems . find_name ( 'github_changelog_generator' ) . any?
Original file line number Diff line number Diff line change 48
48
" tsql" ,
49
49
" database"
50
50
],
51
- "pdk-version" : " 2.3 .0" ,
51
+ "pdk-version" : " 2.4 .0" ,
52
52
"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"
54
54
}
You can’t perform that action at this time.
0 commit comments