We are noticing in generated *.lock.yml when running yamllint (version 1.38.0) that there are quite some reports of trailing spaces/wrong indentation. yamllint is executed with the following configuration {extends: default, rules: {line-length: disable, document-start: disable, truthy: {check-keys: false}, comments: {require-starting-space: true, min-spaces-from-content: 1}}}).
Is this something which can be improved in the generated context?
We are noticing in generated
*.lock.ymlwhen running yamllint (version 1.38.0) that there are quite some reports of trailing spaces/wrong indentation. yamllint is executed with the following configuration{extends: default, rules: {line-length: disable, document-start: disable, truthy: {check-keys: false}, comments: {require-starting-space: true, min-spaces-from-content: 1}}}).Is this something which can be improved in the generated context?