EFI & Secure Boot #117
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.
|