Skip to content

Commit e4232da

Browse files
authored
Merge pull request #1169 from puppetlabs/pdksync_PDK_UPDATE
pdksync - (maint) - Pdk Update
2 parents aa23fa6 + 4a1a0c2 commit e4232da

File tree

4 files changed

+7
-2
lines changed

4 files changed

+7
-2
lines changed

.rubocop.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,10 @@ Style/BlockDelimiters:
4040
Description: Prefer braces for chaining. Mostly an aesthetical choice. Better to
4141
be consistent then.
4242
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
4347
Style/ClassAndModuleChildren:
4448
Description: Compact style reduces the required amount of indentation.
4549
EnforcedStyle: compact

.vscode/extensions.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"recommendations": [
3-
"jpogran.puppet-vscode",
3+
"puppet.puppet-vscode",
44
"rebornix.Ruby"
55
]
66
}

metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,5 +88,5 @@
8888
],
8989
"pdk-version": "1.17.0",
9090
"template-url": "https://github.com/puppetlabs/pdk-templates#master",
91-
"template-ref": "1.17.0-0-gd3a4319"
91+
"template-ref": "heads/master-0-g095317c"
9292
}

spec/spec_helper.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@
4242
# set to strictest setting for testing
4343
# by default Puppet runs at warning level
4444
Puppet.settings[:strict] = :warning
45+
Puppet.settings[:strict_variables] = true
4546
end
4647
c.filter_run_excluding(bolt: true) unless ENV['GEM_BOLT']
4748
c.after(:suite) do

0 commit comments

Comments
 (0)