Skip to content

Fix: Switch to buildx builder #27

Fix: Switch to buildx builder

Fix: Switch to buildx builder #27

Triggered via pull request November 14, 2023 14:32
Status Cancelled
Total duration 1m 11s
Artifacts

ci.yml

on: pull_request
Matrix: chefstyle
yamllint
7s
yamllint
Matrix: unit
Matrix: integration-capabilities
Matrix: integration-linux
Matrix: integration-windows
Fit to window
Zoom out
Zoom in

Annotations

12 errors and 1 warning
Chefstyle on Ruby 3.1: lib/docker/version.rb#L15
[Correctable] Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
Chefstyle on Ruby 3.1: lib/docker/version.rb#L20
[Correctable] Style/MutableConstant: Freeze mutable objects assigned to constants.
Chefstyle on Ruby 3.1: lib/docker/version.rb#L20
[Correctable] Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
Chefstyle on Ruby 3.1: lib/docker/version.rb#L21
[Correctable] Style/MutableConstant: Freeze mutable objects assigned to constants.
Chefstyle on Ruby 3.1: lib/docker/version.rb#L21
[Correctable] Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
Chefstyle on Ruby 3.1: lib/kitchen/docker/container.rb#L14
[Correctable] Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
Chefstyle on Ruby 3.1: lib/kitchen/docker/container.rb#L15
[Correctable] Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
Chefstyle on Ruby 3.1: lib/kitchen/docker/container.rb#L16
[Correctable] Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
Chefstyle on Ruby 3.1: lib/kitchen/docker/container.rb#L17
[Correctable] Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
Chefstyle on Ruby 3.1: lib/kitchen/docker/container.rb#L36
[Correctable] Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
Unit test on Ruby 2.7
The run was canceled by @damacus.
Unit test on Ruby 2.7
The operation was canceled.
Chefstyle on Ruby 3.1: lib/train/docker.rb#L77
Lint/Void: self used in void context.