Skip to content

support chef image based on client version specified #13

support chef image based on client version specified

support chef image based on client version specified #13

Triggered via push February 5, 2025 20:55
Status Failure
Total duration 1m 22s
Artifacts

lint.yml

on: push
yamllint
10s
yamllint
markdown-lint
5s
markdown-lint
markdown-link-check
11s
markdown-link-check
Matrix: Cookstyle on Ruby
Fit to window
Zoom out
Zoom in

Annotations

11 errors and 2 warnings
Line length: CHANGELOG.md#L3
CHANGELOG.md:3:81 MD013/line-length Line length [Expected: 80; Actual: 98] https://github.com/DavidAnson/markdownlint/blob/v0.34.0/doc/md013.md
Multiple consecutive blank lines: CHANGELOG.md#L5
CHANGELOG.md:5 MD012/no-multiple-blanks Multiple consecutive blank lines [Expected: 1; Actual: 2] https://github.com/DavidAnson/markdownlint/blob/v0.34.0/doc/md012.md
Line length: CHANGELOG.md#L8
CHANGELOG.md:8:81 MD013/line-length Line length [Expected: 80; Actual: 228] https://github.com/DavidAnson/markdownlint/blob/v0.34.0/doc/md013.md
Line length: CHANGELOG.md#L10
CHANGELOG.md:10:81 MD013/line-length Line length [Expected: 80; Actual: 98] https://github.com/DavidAnson/markdownlint/blob/v0.34.0/doc/md013.md
Multiple consecutive blank lines: CHANGELOG.md#L12
CHANGELOG.md:12 MD012/no-multiple-blanks Multiple consecutive blank lines [Expected: 1; Actual: 2] https://github.com/DavidAnson/markdownlint/blob/v0.34.0/doc/md012.md
Multiple headings with the same content: CHANGELOG.md#L13
CHANGELOG.md:13 MD024/no-duplicate-heading Multiple headings with the same content [Context: "### Bug Fixes"] https://github.com/DavidAnson/markdownlint/blob/v0.34.0/doc/md024.md
Line length: CHANGELOG.md#L15
CHANGELOG.md:15:81 MD013/line-length Line length [Expected: 80; Actual: 207] https://github.com/DavidAnson/markdownlint/blob/v0.34.0/doc/md013.md
Line length: CHANGELOG.md#L17
CHANGELOG.md:17:81 MD013/line-length Line length [Expected: 80; Actual: 98] https://github.com/DavidAnson/markdownlint/blob/v0.34.0/doc/md013.md
Multiple consecutive blank lines: CHANGELOG.md#L19
CHANGELOG.md:19 MD012/no-multiple-blanks Multiple consecutive blank lines [Expected: 1; Actual: 2] https://github.com/DavidAnson/markdownlint/blob/v0.34.0/doc/md012.md
Line length: CHANGELOG.md#L22
CHANGELOG.md:22:81 MD013/line-length Line length [Expected: 80; Actual: 192] https://github.com/DavidAnson/markdownlint/blob/v0.34.0/doc/md013.md
Cookstyle on Ruby (3.3)
Process completed with exit code 1.
Cookstyle on Ruby (3.3): lib/kitchen/driver/dokken.rb#L44
Lint/RequireParentheses: Use parentheses in the method call to avoid confusion about precedence.
Cookstyle on Ruby (3.3): lib/kitchen/driver/dokken.rb#L44
[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.