modulesync 7.0.0 #35
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
ci.yml
on: pull_request
Puppet
/
Static validations
34s
Matrix: Puppet / unit
Puppet
/
Test suite
0s
Annotations
7 errors
Puppet / Static validations:
lib/puppet/provider/windowsfirewall/powershell.rb#L7
Style/FetchEnvVar: Use `ENV.fetch('SYSTEMROOT')` or `ENV.fetch('SYSTEMROOT', nil)` instead of `ENV['SYSTEMROOT']`. (https://rubystyle.guide/#hash-fetch-defaults)
|
Puppet / Static validations:
lib/puppet/provider/windowsfirewall/powershell.rb#L8
Style/FetchEnvVar: Use `ENV.fetch('SYSTEMROOT')` or `ENV.fetch('SYSTEMROOT', nil)` instead of `ENV['SYSTEMROOT']`. (https://rubystyle.guide/#hash-fetch-defaults)
|
Puppet / Static validations:
lib/puppet/provider/windowsfirewall/powershell.rb#L9
Style/FetchEnvVar: Use `ENV.fetch('SYSTEMROOT')` or `ENV.fetch('SYSTEMROOT', nil)` instead of `ENV['SYSTEMROOT']`. (https://rubystyle.guide/#hash-fetch-defaults)
|
Puppet / Static validations:
lib/puppet/provider/windowsfirewall/powershell.rb#L10
Style/FetchEnvVar: Use `ENV.fetch('SYSTEMROOT')` or `ENV.fetch('SYSTEMROOT', nil)` instead of `ENV['SYSTEMROOT']`. (https://rubystyle.guide/#hash-fetch-defaults)
|
Puppet / Static validations:
spec/spec_helper_acceptance.rb#L12
Style/FetchEnvVar: Use `ENV.fetch('PUPPET_GEM_VERSION')` or `ENV.fetch('PUPPET_GEM_VERSION', nil)` instead of `ENV['PUPPET_GEM_VERSION']`. (https://rubystyle.guide/#hash-fetch-defaults)
|
Puppet / Static validations:
spec/spec_helper_acceptance.rb#L30
Style/RedundantConstantBase: Remove redundant `::`.
|
Puppet / Static validations
Process completed with exit code 1.
|