EFI & Secure Boot #112
rubocop.yml
on: pull_request
runner / rubocop
1m 40s
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.
|