Add CI workflow #15
ci.yml
on: pull_request
Matrix: chefstyle
yamllint
8s
Matrix: unit
Matrix: Integration test on Linux
Matrix: Integration test on Windows
Annotations
17 errors and 3 warnings
yamllint:
kitchen.yml#L16
16:1 [indentation] wrong indentation: expected 2 but found 0
|
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
|
yamllint:
kitchen.yml#L53
53: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.
|
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.
|