docker-registry.helm icon indicating copy to clipboard operation
docker-registry.helm copied to clipboard

Code style consistency enforcement

Open canterberry opened this issue 3 years ago • 0 comments

: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

canterberry avatar Aug 09 '22 21:08 canterberry