Skip to content

EFI & Secure Boot

EFI & Secure Boot #117

Triggered via pull request September 5, 2024 15:23
Status Success
Total duration 29s
Artifacts

rubocop.yml

on: pull_request
runner / rubocop
17s
runner / rubocop
Fit to window
Zoom out
Zoom in

Annotations

2 warnings
runner / rubocop: lib/fog/libvirt/requests/compute/list_domains.rb#L63
[rubocop] reported by reviewdog 🐶 Rename `is_secure_boot_enabled?` to `secure_boot_enabled?`. Raw Output: lib/fog/libvirt/requests/compute/list_domains.rb:63:13: C: Naming/PredicateName: Rename `is_secure_boot_enabled?` to `secure_boot_enabled?`.
runner / rubocop: tests/libvirt/models/compute/server_tests.rb#L99
[rubocop] reported by reviewdog 🐶 Avoid comma after the last item of a hash. Raw Output: tests/libvirt/models/compute/server_tests.rb:99:34: C: Style/TrailingCommaInHashLiteral: Avoid comma after the last item of a hash.