Revert inherited code and support chef image based on client version #15
Annotations
13 errors and 2 warnings
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
|
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 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
|
Multiple consecutive blank lines:
CHANGELOG.md#L26
CHANGELOG.md:26 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 consecutive blank lines:
CHANGELOG.md#L33
CHANGELOG.md:33 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 consecutive blank lines:
CHANGELOG.md#L40
CHANGELOG.md:40 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 consecutive blank lines:
CHANGELOG.md#L48
CHANGELOG.md:48 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 consecutive blank lines:
CHANGELOG.md#L54
CHANGELOG.md:54 MD012/no-multiple-blanks Multiple consecutive blank lines [Expected: 1; Actual: 2] https://github.com/DavidAnson/markdownlint/blob/v0.34.0/doc/md012.md
|
Unordered list style:
CHANGELOG.md#L61
CHANGELOG.md:61:1 MD004/ul-style Unordered list style [Expected: asterisk; Actual: dash] https://github.com/DavidAnson/markdownlint/blob/v0.34.0/doc/md004.md
|
Unordered list style:
CHANGELOG.md#L65
CHANGELOG.md:65:1 MD004/ul-style Unordered list style [Expected: asterisk; Actual: dash] https://github.com/DavidAnson/markdownlint/blob/v0.34.0/doc/md004.md
|
Cookstyle on Ruby (3.3):
lib/kitchen/driver/dokken.rb#L475
[Correctable] Style/HashSyntax: Omit the hash value. (https://rubystyle.guide#hash-literals)
|
Cookstyle on Ruby (3.3):
lib/kitchen/driver/dokken.rb#L475
[Correctable] Style/HashSyntax: Omit the hash value. (https://rubystyle.guide#hash-literals)
|
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.
|