You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
Originally posted by @AbrohamLincoln in #57 (comment)
The text was updated successfully, but these errors were encountered: