On slack, @pixelzoom wondered if lint could be run on the YAML files, especially to find TODOs that do not have issues.
Currently, our lint system doesn't support YAML. We would need an additional parser for that.
Another option could be to specifically catch TODOs during the modulify.
@zepumph pointed out https://www.npmjs.com/package/eslint-plugin-yml, which could be leveraged for this. That seems nice because it comes with a premade set of YAML lint rules and allows us to create more in the future if we want.
Lets bring to meeting to prioritize.
On slack, @pixelzoom wondered if lint could be run on the YAML files, especially to find TODOs that do not have issues.
Currently, our lint system doesn't support YAML. We would need an additional parser for that.
Another option could be to specifically catch TODOs during the modulify.
@zepumph pointed out https://www.npmjs.com/package/eslint-plugin-yml, which could be leveraged for this. That seems nice because it comes with a premade set of YAML lint rules and allows us to create more in the future if we want.
Lets bring to meeting to prioritize.