Use test:///default in tests #80
rubocop.yml
on: pull_request
runner / rubocop
1m 48s
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.com/orgs/community/discussions/26680#discussioncomment-3252835
|
runner / rubocop
Process completed with exit code 1.
|
runner / rubocop:
lib/fog/libvirt/models/compute/server.rb#L367
[rubocop] reported by reviewdog 🐶
Use hash rockets syntax.
Raw Output:
lib/fog/libvirt/models/compute/server.rb:367:29: C: Style/HashSyntax: Use hash rockets syntax.
|
runner / rubocop:
lib/fog/libvirt/models/compute/server.rb#L548
[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/server.rb:548:21: 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/server.rb#L548
[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/server.rb:548:38: 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/server.rb#L548
[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/server.rb:548:60: C: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
|
runner / rubocop:
lib/fog/libvirt/requests/compute/dhcp_leases.rb#L28
[rubocop] reported by reviewdog 🐶
Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
Raw Output:
lib/fog/libvirt/requests/compute/dhcp_leases.rb:28:13: C: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
|
runner / rubocop:
lib/fog/libvirt/requests/compute/list_pool_volumes.rb#L13
[rubocop] reported by reviewdog 🐶
Trailing whitespace detected.
Raw Output:
lib/fog/libvirt/requests/compute/list_pool_volumes.rb:13:17: C: Layout/TrailingWhitespace: Trailing whitespace detected.
|
runner / rubocop:
minitests/test_helper.rb#L17
[rubocop] reported by reviewdog 🐶
Use hash rockets syntax.
Raw Output:
minitests/test_helper.rb:17:5: C: Style/HashSyntax: Use hash rockets syntax.
|
runner / rubocop:
minitests/test_helper.rb#L17
[rubocop] reported by reviewdog 🐶
Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
Raw Output:
minitests/test_helper.rb:17:18: C: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
|
runner / rubocop:
tests/helpers/mock_helper.rb#L12
[rubocop] reported by reviewdog 🐶
Use hash rockets syntax.
Raw Output:
tests/helpers/mock_helper.rb:12:5: C: Style/HashSyntax: Use hash rockets syntax.
|
runner / rubocop:
tests/helpers/mock_helper.rb#L12
[rubocop] reported by reviewdog 🐶
Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
Raw Output:
tests/helpers/mock_helper.rb:12:18: C: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
|