Add CI workflow #13
ci.yml
on: pull_request
Matrix: chefstyle
yamllint
7s
Matrix: unit
Matrix: Integration test on Linux
Matrix: Integration test on Windows
Annotations
20 errors and 9 warnings
yamllint:
.travis.yml#L42
42:81 [line-length] line too long (117 > 80 characters)
|
yamllint:
.travis.yml#L44
44:81 [line-length] line too long (151 > 80 characters)
|
yamllint:
.travis.yml#L44
44:144 [trailing-spaces] trailing spaces
|
yamllint:
.travis.yml#L57
57:1 [indentation] wrong indentation: expected 2 but found 0
|
yamllint:
.kitchen.yml#L2
2:1 syntax error: expected '<document start>', but found '<scalar>' (syntax)
|
yamllint:
.kitchen.yml#L22
22:5 [indentation] wrong indentation: expected 6 but found 4
|
yamllint:
.kitchen.yml#L40
40:1 [indentation] wrong indentation: expected 2 but found 0
|
yamllint:
.kitchen.yml#L47
47:24 [commas] too few spaces after comma
|
yamllint:
.kitchen.yml#L47
47:37 [commas] too few spaces after comma
|
yamllint:
.kitchen.yml#L50
50:5 [indentation] wrong indentation: expected 6 but found 4
|
Chefstyle on Ruby 2.7:
Gemfile#L1
[Correctable] Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
|
Chefstyle on Ruby 2.7:
Rakefile#L2
[Correctable] Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
|
Chefstyle on Ruby 2.7:
Rakefile#L3
[Correctable] Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
|
Chefstyle on Ruby 2.7:
Rakefile#L7
[Correctable] Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
|
Chefstyle on Ruby 2.7:
Rakefile#L19
[Correctable] Style/HashSyntax: Use the new Ruby 1.9 hash syntax.
|
Chefstyle on Ruby 2.7:
Rakefile#L19
[Correctable] Style/SymbolArray: Use %i or %I for an array of symbols.
|
Chefstyle on Ruby 2.7:
Rakefile#L21
[Correctable] Style/HashSyntax: Use the new Ruby 1.9 hash syntax.
|
Chefstyle on Ruby 2.7:
Rakefile#L31
[Correctable] Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
|
Chefstyle on Ruby 2.7:
Rakefile#L34
[Correctable] Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
|
Chefstyle on Ruby 2.7:
Rakefile#L35
[Correctable] Style/StringLiteralsInInterpolation: Prefer double-quoted strings inside interpolations.
|
yamllint:
.travis.yml#L1
1:1 [document-start] missing document start "---"
|
yamllint:
.kitchen.yml#L1
1:1 [document-start] missing document start "---"
|
yamllint:
.kitchen.yml#L1
1:4 [comments] too few spaces before comment
|
yamllint:
.kitchen.windows.yml#L1
1:1 [document-start] missing document start "---"
|
yamllint:
.kitchen.windows.yml#L1
1:4 [comments] too few spaces before comment
|
yamllint:
.github/dependabot.yml#L1
1:1 [document-start] missing document start "---"
|
Chefstyle on Ruby 2.7
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Chefstyle on Ruby 2.7:
lib/train/docker.rb#L77
Lint/Void: self used in void context.
|
Chefstyle on Ruby 2.7:
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.
|