Skip to content

Use chef 17 for 3.0 tests, chef 18 for 3.1 tests #93

Use chef 17 for 3.0 tests, chef 18 for 3.1 tests

Use chef 17 for 3.0 tests, chef 18 for 3.1 tests #93

Triggered via pull request March 1, 2024 19:20
Status Failure
Total duration 25s
Artifacts

lint.yml

on: pull_request
chefstyle
16s
chefstyle
Fit to window
Zoom out
Zoom in

Annotations

6 errors and 2 warnings
chefstyle: lib/chef/resource/private_key.rb#L206
[Correctable] Layout/IndentationConsistency: Inconsistent indentation detected.
chefstyle: lib/chef/resource/private_key.rb#L207
[Correctable] Layout/ElseAlignment: Align elsif with if.
chefstyle: lib/chef/resource/private_key.rb#L222
[Correctable] Layout/ElseAlignment: Align elsif with if.
chefstyle: lib/chef/resource/private_key.rb#L225
[Correctable] Layout/ElseAlignment: Align else with if.
chefstyle: lib/chef/resource/private_key.rb#L229
[Correctable] Layout/CommentIndentation: Incorrect indentation detected (column 0 instead of 10).
chefstyle
Process completed with exit code 1.
chefstyle: lib/chef/resource/private_key.rb#L204
Lint/UselessAssignment: Useless assignment to variable - things.
chefstyle: lib/chef/resource/private_key.rb#L228
[Correctable] Layout/EndAlignment: end at 228, 10 is not aligned with if at 204, 19.