Code style consistency enforcement
canterberry opened this issue · 0 comments
canterberry commented
💡 Low priority, low impact. Nice to have.
With the goal of having some automated enforcement of code style consistency within this repo...
Add a step to the CI pipeline to lint yaml files in this repo. It may not be possible/feasible since they're technically Go templates that compile into YAML files, but maybe there's something more that can be done which is helpful.
Yamllint has a rule that requires two spaces between content and comments by default.
Originally posted by @AbrohamLincoln in #57 (comment)