Fix: Switch to buildx builder #23
ci.yml
on: pull_request
Matrix: chefstyle
yamllint
11s
Matrix: unit
Matrix: integration-linux
Matrix: integration-windows
Annotations
11 errors and 2 warnings
yamllint:
.rubocop.yml#L1
1:1 [empty-lines] too many blank lines (1 > 0)
|
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.
|
Chefstyle on Ruby 3.1:
lib/train/docker.rb#L77
Lint/Void: self used in void context.
|
Chefstyle on Ruby 3.1:
test/integration/capabilities/serverspec/capabilities_drop_spec.rb#L22
[Correctable] Lint/AmbiguousRegexpLiteral: Ambiguous regexp literal. Parenthesize the method arguments if it's surely a regexp literal, or add a whitespace to the right of the / if it should be a division.
|