Skip to content

Add Cloudinit support using iso image #254

Add Cloudinit support using iso image

Add Cloudinit support using iso image #254

Triggered via pull request October 10, 2023 07:43
Status Failure
Total duration 1m 14s
Artifacts

ci.yml

on: pull_request
publish coverage report
0s
publish coverage report
Fit to window
Zoom out
Zoom in

Annotations

10 errors
rubocop: app/helpers/proxmox_vm_cloudinit_helper.rb#L45
Metrics/AbcSize: Assignment Branch Condition size for create_cloudinit_iso is too high. [<9, 44, 10> 46.01/43]
rubocop: app/helpers/proxmox_vm_cloudinit_helper.rb#L48
Layout/SpaceInsideHashLiteralBraces: Space inside { missing.
rubocop: app/helpers/proxmox_vm_cloudinit_helper.rb#L48
Layout/SpaceInsideHashLiteralBraces: Space inside } missing.
rubocop: app/helpers/proxmox_vm_cloudinit_helper.rb#L49
Style/PercentLiteralDelimiters: `%`-literals should be delimited by `(` and `)`.
rubocop: app/helpers/proxmox_vm_cloudinit_helper.rb#L50
Style/NumericPredicate: Use `res.first.status.zero?` instead of `res.first.status == 0`.
rubocop: app/helpers/proxmox_vm_cloudinit_helper.rb#L51
Layout/IndentationWidth: Use 2 (not 4) spaces for indentation.
rubocop: app/helpers/proxmox_vm_cloudinit_helper.rb#L58
Layout/IndentationWidth: Use 2 (not 0) spaces for indentation.
rubocop: app/helpers/proxmox_vm_cloudinit_helper.rb#L58
Style/PercentLiteralDelimiters: `%`-literals should be delimited by `(` and `)`.
rubocop: app/helpers/proxmox_vm_cloudinit_helper.rb#L59
Style/RescueStandardError: Avoid rescuing without specifying an error class.
rubocop: app/helpers/proxmox_vm_cloudinit_helper.rb#L65
Style/RedundantInterpolation: Prefer `to_s` over string interpolation.