See an explanation of what the different rules do here https://yamllint.readthedocs.io/en/stable/rules.html. I was fiddling in a previous PR, and figured we could use yamllint more to enforce consistency and reduce bugs - whilst hopefully not being too annoying. I've tested this myself on my own repos, and think the subset I have aren't too bad. Will explain a few differences in comments.
See an explanation of what the different rules do here https://yamllint.readthedocs.io/en/stable/rules.html. I was fiddling in a previous PR, and figured we could use
yamllint
more to enforce consistency and reduce bugs - whilst hopefully not being too annoying. I've tested this myself on my own repos, and think the subset I have aren't too bad. Will explain a few differences in comments.