Skip to content

modulesync 7.0.0

modulesync 7.0.0 #35

Triggered via pull request August 18, 2023 00:35
Status Failure
Total duration 47s
Artifacts
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
Puppet / Static validations
Matrix: Puppet / unit
Puppet  /  Test suite
0s
Puppet / Test suite
Fit to window
Zoom out
Zoom in

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.