Richard Davis
Richard Davis
Oops, copy / paste error. I just verified the error occurs when the trailing brace is included; I've updated the original comment, it should now be possible to reproduce the...
No problem; I completely understand ;) ... **foo.yml** (with intentionally misaligned trailing brace): ```yaml --- jobs: - script: | pipelineJob("/job-seed") { } ``` **Command execution**: ```bash python -m yamllint -d...
Yes, I agree that it is not valid YAML, and I am neutral as to reporting it as a syntax error. I was more opening the issue related to type...
Is there a workaround, or way to select between the two conflicting fixtures? If so, does it apply to nested fixture resolution? I am experiencing this issue after import two...