Do not crash if passed --fix to a yaml file that has problems #1085
ci.yml
on: pull_request
Matrix: spec
Matrix: acceptance
Waiting for pending jobs
Annotations
6 errors and 1 warning
|
spec (ruby 3.4) / spec
Process completed with exit code 1.
|
|
spec (ruby 3.4) / spec:
lib/puppet-lint.rb#L278
Layout/EmptyLinesAroundMethodBody: Extra empty line detected at method body beginning. (https://rubystyle.guide#empty-lines-around-bodies)
|
|
spec (ruby 3.2) / spec
Process completed with exit code 1.
|
|
spec (ruby 3.2) / spec:
lib/puppet-lint.rb#L278
Layout/EmptyLinesAroundMethodBody: Extra empty line detected at method body beginning. (https://rubystyle.guide#empty-lines-around-bodies)
|
|
spec (ruby 3.3) / spec
Process completed with exit code 1.
|
|
spec (ruby 3.3) / spec:
lib/puppet-lint.rb#L278
Layout/EmptyLinesAroundMethodBody: Extra empty line detected at method body beginning. (https://rubystyle.guide#empty-lines-around-bodies)
|
|
Workflow syntax warning:
.github/workflows/ci.yml#L26
In .github/workflows/ci.yml (Line: 26, Col: 11): Error from called workflow puppetlabs/cat-github-actions/.github/workflows/gem_ci.yml@main (Line: 54, Col: 13): Conditional expression contains literal text outside replacement tokens. This will cause the expression to always evaluate to truthy. Did you mean to put the entire expression inside ${{ }}?
|