Skip to content

Always use XML builders to construct XML #76

Always use XML builders to construct XML

Always use XML builders to construct XML #76

Triggered via pull request December 21, 2023 18:29
Status Failure
Total duration 2m 3s
Artifacts

rubocop.yml

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

Annotations

2 errors and 10 warnings
runner / rubocop
reviewdog: Too many results (annotations) in diff. You may miss some annotations due to GitHub limitation for annotation created by logging command. Please check GitHub Actions log console to see all results. Limitation: - 10 warning annotations and 10 error annotations per step - 50 annotations per job (sum of annotations from all the steps) - 50 annotations per run (separate from the job annotations, these annotations aren't created by users) Source: https://github.community/t5/GitHub-Actions/Maximum-number-of-annotations-that-can-be-created-using-GitHub/m-p/39085
runner / rubocop
Process completed with exit code 1.
runner / rubocop: lib/fog/libvirt/models/compute/network.rb#L35
[rubocop] reported by reviewdog 🐶 Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping. Raw Output: lib/fog/libvirt/models/compute/network.rb:35:56: C: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
runner / rubocop: lib/fog/libvirt/models/compute/network.rb#L35
[rubocop] reported by reviewdog 🐶 Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping. Raw Output: lib/fog/libvirt/models/compute/network.rb:35:72: C: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
runner / rubocop: lib/fog/libvirt/models/compute/pool.rb#L84
[rubocop] reported by reviewdog 🐶 Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping. Raw Output: lib/fog/libvirt/models/compute/pool.rb:84:31: C: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
runner / rubocop: lib/fog/libvirt/models/compute/volume.rb#L81
[rubocop] reported by reviewdog 🐶 Assignment Branch Condition size for to_xml is too high. [<6, 40, 5> 40.76/38] Raw Output: lib/fog/libvirt/models/compute/volume.rb:81:9: C: Metrics/AbcSize: Assignment Branch Condition size for to_xml is too high. [<6, 40, 5> 40.76/38]
runner / rubocop: lib/fog/libvirt/models/compute/volume.rb#L81
[rubocop] reported by reviewdog 🐶 Method has too many lines. [31/24] Raw Output: lib/fog/libvirt/models/compute/volume.rb:81:9: C: Metrics/MethodLength: Method has too many lines. [31/24]
runner / rubocop: lib/fog/libvirt/models/compute/volume.rb#L98
[rubocop] reported by reviewdog 🐶 Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping. Raw Output: lib/fog/libvirt/models/compute/volume.rb:98:28: C: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
runner / rubocop: lib/fog/libvirt/models/compute/volume.rb#L99
[rubocop] reported by reviewdog 🐶 Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping. Raw Output: lib/fog/libvirt/models/compute/volume.rb:99:29: C: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
runner / rubocop: lib/fog/libvirt/models/compute/volume.rb#L111
[rubocop] reported by reviewdog 🐶 Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping. Raw Output: lib/fog/libvirt/models/compute/volume.rb:111:30: C: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
runner / rubocop: lib/fog/libvirt/models/compute/volume.rb#L112
[rubocop] reported by reviewdog 🐶 Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping. Raw Output: lib/fog/libvirt/models/compute/volume.rb:112:31: C: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
runner / rubocop: tests/libvirt/models/compute/network_tests.rb#L34
[rubocop] reported by reviewdog 🐶 Use 2 spaces for indentation in a heredoc. Raw Output: tests/libvirt/models/compute/network_tests.rb:34:1: C: Layout/HeredocIndentation: Use 2 spaces for indentation in a heredoc.