docker-registry.helm
docker-registry.helm copied to clipboard
Code style consistency enforcement
:bulb: 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 https://github.com/twuni/docker-registry.helm/pull/57#discussion_r941718921