Skip to content

(CAT-1688) - Pin rubocop to ~> 1.50.0 #133

(CAT-1688) - Pin rubocop to ~> 1.50.0

(CAT-1688) - Pin rubocop to ~> 1.50.0 #133

Triggered via pull request January 17, 2024 17:25
Status Failure
Total duration 1m 24s
Artifacts

ci.yml

on: pull_request
Spec  /  Setup Test Matrix
31s
Spec / Setup Test Matrix
Matrix: Spec / spec
Fit to window
Zoom out
Zoom in

Annotations

20 errors and 5 warnings
Spec / Spec tests (Puppet: ~> 8.0, Ruby Ver: 3.2): tasks/abs.rb#L29
Style/FetchEnvVar: Use `ENV.fetch('TRAVIS_JOB_WEB_URL')` or `ENV.fetch('TRAVIS_JOB_WEB_URL', nil)` instead of `ENV['TRAVIS_JOB_WEB_URL']`. (https://rubystyle.guide/#hash-fetch-defaults)
Spec / Spec tests (Puppet: ~> 8.0, Ruby Ver: 3.2): tasks/abs.rb#L31
Style/FetchEnvVar: Use `ENV.fetch('APPVEYOR_REPO_NAME')` or `ENV.fetch('APPVEYOR_REPO_NAME', nil)` instead of `ENV['APPVEYOR_REPO_NAME']`. (https://rubystyle.guide/#hash-fetch-defaults)
Spec / Spec tests (Puppet: ~> 8.0, Ruby Ver: 3.2): tasks/abs.rb#L31
Style/FetchEnvVar: Use `ENV.fetch('APPVEYOR_JOB_ID')` or `ENV.fetch('APPVEYOR_JOB_ID', nil)` instead of `ENV['APPVEYOR_JOB_ID']`. (https://rubystyle.guide/#hash-fetch-defaults)
Spec / Spec tests (Puppet: ~> 8.0, Ruby Ver: 3.2): tasks/abs.rb#L33
Style/FetchEnvVar: Use `ENV.fetch('GITHUB_REPOSITORY')` or `ENV.fetch('GITHUB_REPOSITORY', nil)` instead of `ENV['GITHUB_REPOSITORY']`. (https://rubystyle.guide/#hash-fetch-defaults)
Spec / Spec tests (Puppet: ~> 8.0, Ruby Ver: 3.2): tasks/abs.rb#L33
Style/FetchEnvVar: Use `ENV.fetch('GITHUB_RUN_ID')` or `ENV.fetch('GITHUB_RUN_ID', nil)` instead of `ENV['GITHUB_RUN_ID']`. (https://rubystyle.guide/#hash-fetch-defaults)
Spec / Spec tests (Puppet: ~> 8.0, Ruby Ver: 3.2): tasks/abs.rb#L94
Style/FetchEnvVar: Use `ENV.fetch('ABS_USER')` or `ENV.fetch('ABS_USER', nil)` instead of `ENV['ABS_USER']`. (https://rubystyle.guide/#hash-fetch-defaults)
Spec / Spec tests (Puppet: ~> 8.0, Ruby Ver: 3.2): tasks/abs.rb#L97
Style/FetchEnvVar: Use `ENV.fetch('ABS_SSH_PRIVATE_KEY')` or `ENV.fetch('ABS_SSH_PRIVATE_KEY', nil)` instead of `ENV['ABS_SSH_PRIVATE_KEY']`. (https://rubystyle.guide/#hash-fetch-defaults)
Spec / Spec tests (Puppet: ~> 8.0, Ruby Ver: 3.2): tasks/abs.rb#L99
Style/FetchEnvVar: Use `ENV.fetch('ABS_PASSWORD')` or `ENV.fetch('ABS_PASSWORD', nil)` instead of `ENV['ABS_PASSWORD']`. (https://rubystyle.guide/#hash-fetch-defaults)
Spec / Spec tests (Puppet: ~> 8.0, Ruby Ver: 3.2): tasks/abs.rb#L104
Style/FetchEnvVar: Use `ENV.fetch('ABS_WIN_USER')` or `ENV.fetch('ABS_WIN_USER', nil)` instead of `ENV['ABS_WIN_USER']`. (https://rubystyle.guide/#hash-fetch-defaults)
Spec / Spec tests (Puppet: ~> 8.0, Ruby Ver: 3.2): tasks/abs.rb#L104
Style/FetchEnvVar: Use `ENV.fetch('ABS_PASSWORD')` or `ENV.fetch('ABS_PASSWORD', nil)` instead of `ENV['ABS_PASSWORD']`. (https://rubystyle.guide/#hash-fetch-defaults)
Spec / Spec tests (Puppet: ~> 7.24, Ruby Ver: 2.7): tasks/abs.rb#L29
Style/FetchEnvVar: Use `ENV.fetch('TRAVIS_JOB_WEB_URL')` or `ENV.fetch('TRAVIS_JOB_WEB_URL', nil)` instead of `ENV['TRAVIS_JOB_WEB_URL']`. (https://rubystyle.guide/#hash-fetch-defaults)
Spec / Spec tests (Puppet: ~> 7.24, Ruby Ver: 2.7): tasks/abs.rb#L31
Style/FetchEnvVar: Use `ENV.fetch('APPVEYOR_REPO_NAME')` or `ENV.fetch('APPVEYOR_REPO_NAME', nil)` instead of `ENV['APPVEYOR_REPO_NAME']`. (https://rubystyle.guide/#hash-fetch-defaults)
Spec / Spec tests (Puppet: ~> 7.24, Ruby Ver: 2.7): tasks/abs.rb#L31
Style/FetchEnvVar: Use `ENV.fetch('APPVEYOR_JOB_ID')` or `ENV.fetch('APPVEYOR_JOB_ID', nil)` instead of `ENV['APPVEYOR_JOB_ID']`. (https://rubystyle.guide/#hash-fetch-defaults)
Spec / Spec tests (Puppet: ~> 7.24, Ruby Ver: 2.7): tasks/abs.rb#L33
Style/FetchEnvVar: Use `ENV.fetch('GITHUB_REPOSITORY')` or `ENV.fetch('GITHUB_REPOSITORY', nil)` instead of `ENV['GITHUB_REPOSITORY']`. (https://rubystyle.guide/#hash-fetch-defaults)
Spec / Spec tests (Puppet: ~> 7.24, Ruby Ver: 2.7): tasks/abs.rb#L33
Style/FetchEnvVar: Use `ENV.fetch('GITHUB_RUN_ID')` or `ENV.fetch('GITHUB_RUN_ID', nil)` instead of `ENV['GITHUB_RUN_ID']`. (https://rubystyle.guide/#hash-fetch-defaults)
Spec / Spec tests (Puppet: ~> 7.24, Ruby Ver: 2.7): tasks/abs.rb#L94
Style/FetchEnvVar: Use `ENV.fetch('ABS_USER')` or `ENV.fetch('ABS_USER', nil)` instead of `ENV['ABS_USER']`. (https://rubystyle.guide/#hash-fetch-defaults)
Spec / Spec tests (Puppet: ~> 7.24, Ruby Ver: 2.7): tasks/abs.rb#L97
Style/FetchEnvVar: Use `ENV.fetch('ABS_SSH_PRIVATE_KEY')` or `ENV.fetch('ABS_SSH_PRIVATE_KEY', nil)` instead of `ENV['ABS_SSH_PRIVATE_KEY']`. (https://rubystyle.guide/#hash-fetch-defaults)
Spec / Spec tests (Puppet: ~> 7.24, Ruby Ver: 2.7): tasks/abs.rb#L99
Style/FetchEnvVar: Use `ENV.fetch('ABS_PASSWORD')` or `ENV.fetch('ABS_PASSWORD', nil)` instead of `ENV['ABS_PASSWORD']`. (https://rubystyle.guide/#hash-fetch-defaults)
Spec / Spec tests (Puppet: ~> 7.24, Ruby Ver: 2.7): tasks/abs.rb#L104
Style/FetchEnvVar: Use `ENV.fetch('ABS_WIN_USER')` or `ENV.fetch('ABS_WIN_USER', nil)` instead of `ENV['ABS_WIN_USER']`. (https://rubystyle.guide/#hash-fetch-defaults)
Spec / Spec tests (Puppet: ~> 7.24, Ruby Ver: 2.7): tasks/abs.rb#L104
Style/FetchEnvVar: Use `ENV.fetch('ABS_PASSWORD')` or `ENV.fetch('ABS_PASSWORD', nil)` instead of `ENV['ABS_PASSWORD']`. (https://rubystyle.guide/#hash-fetch-defaults)
Spec / Setup Test Matrix
Cannot find image for windows-10
Spec / Setup Test Matrix
Cannot find image for windows-2012 R2
Spec / Setup Test Matrix
Cannot find image for windows-2016
Spec / Setup Test Matrix
Cannot find image for windows-2019
Spec / Setup Test Matrix
Cannot find image for windows-2022