task
task copied to clipboard
Parse YAML files using strict mode again once go-yaml/yaml#410 is fixed
Initially reported at https://github.com/go-task/task/issues/112, YAML merging don't work when using the strict mode. I rolled back to normal mode to fix the issue.
Since strict mode is important to disallow non existent attributes (and by so, reporting possible typos on Taskfiles), we should start using it again once go-yaml/yaml#410 is fixed.
Also, write a test case using YAML anchors so we know any bug related to it happens again in the future.
Since YAML v3 is now released and we're using it, this is done to be tried again.
@andreynering are there any other technical blockers to get merging working again?