modulesync 7.0.0 #18
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
26s
Matrix: Puppet / acceptance
Matrix: Puppet / unit
Puppet
/
Test suite
0s
Annotations
5 errors
Puppet / Static validations:
lib/puppet/provider/windowsfeature/default.rb#L13
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/windowsfeature/default.rb#L14
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/windowsfeature/default.rb#L15
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/windowsfeature/default.rb#L16
Style/FetchEnvVar: Use `ENV.fetch('SYSTEMROOT')` or `ENV.fetch('SYSTEMROOT', nil)` instead of `ENV['SYSTEMROOT']`. (https://rubystyle.guide/#hash-fetch-defaults)
|
Puppet / Static validations
Process completed with exit code 1.
|