Skip to content

EFI & Secure Boot

EFI & Secure Boot #112

Triggered via pull request July 25, 2024 10:09
Status Success
Total duration 1m 49s
Artifacts

rubocop.yml

on: pull_request
runner / rubocop
1m 40s
runner / rubocop
Fit to window
Zoom out
Zoom in

Annotations

2 warnings
runner / rubocop: lib/fog/libvirt/requests/compute/list_domains.rb#L59
[rubocop] reported by reviewdog 🐶 Align `.map` with `xml_elements(xml, "domain/os/firmware/feature[@enabled='yes']")` on line 58. Raw Output: lib/fog/libvirt/requests/compute/list_domains.rb:59:32: C: Layout/MultilineMethodCallIndentation: Align `.map` with `xml_elements(xml, "domain/os/firmware/feature[@enabled='yes']")` on line 58.
runner / rubocop: tests/libvirt/models/compute/server_tests.rb#L97
[rubocop] reported by reviewdog 🐶 Avoid comma after the last item of a hash. Raw Output: tests/libvirt/models/compute/server_tests.rb:97:34: C: Style/TrailingCommaInHashLiteral: Avoid comma after the last item of a hash.