File tree 4 files changed +7
-2
lines changed
4 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -40,6 +40,10 @@ Style/BlockDelimiters:
40
40
Description : Prefer braces for chaining. Mostly an aesthetical choice. Better to
41
41
be consistent then.
42
42
EnforcedStyle : braces_for_chaining
43
+ Style/BracesAroundHashParameters :
44
+ Description : Braces are required by Ruby 2.7. Cop removed from RuboCop v0.80.0.
45
+ See https://github.com/rubocop-hq/rubocop/pull/7643
46
+ Enabled : true
43
47
Style/ClassAndModuleChildren :
44
48
Description : Compact style reduces the required amount of indentation.
45
49
EnforcedStyle : compact
Original file line number Diff line number Diff line change 1
1
{
2
2
"recommendations" : [
3
- " jpogran .puppet-vscode" ,
3
+ " puppet .puppet-vscode" ,
4
4
" rebornix.Ruby"
5
5
]
6
6
}
Original file line number Diff line number Diff line change 84
84
],
85
85
"description" : " MySQL module" ,
86
86
"template-url" : " https://github.com/puppetlabs/pdk-templates#master" ,
87
- "template-ref" : " 1.17.0 -0-gd3a4319 " ,
87
+ "template-ref" : " heads/master -0-g095317c " ,
88
88
"pdk-version" : " 1.17.0"
89
89
}
Original file line number Diff line number Diff line change 38
38
# set to strictest setting for testing
39
39
# by default Puppet runs at warning level
40
40
Puppet . settings [ :strict ] = :warning
41
+ Puppet . settings [ :strict_variables ] = true
41
42
end
42
43
c . filter_run_excluding ( bolt : true ) unless ENV [ 'GEM_BOLT' ]
43
44
c . after ( :suite ) do
You can’t perform that action at this time.
0 commit comments