dimas-b commented on code in PR #2939: URL: https://github.com/apache/polaris/pull/2939#discussion_r2539606651
########## site/content/in-dev/unreleased/helm.md: ########## @@ -144,11 +214,13 @@ The following tools are required to run the tests: * [Helm Unit Test](https://github.com/helm-unittest/helm-unittest) * [Chart Testing](https://github.com/helm/chart-testing) +* [yamllint](https://github.com/adrienverge/yamllint) Quick installation instructions for these tools: ```bash helm plugin install https://github.com/helm-unittest/helm-unittest.git brew install chart-testing +brew install yamllint Review Comment: nit: I do not mind installing `yamllint`, but I could not find references to it from the examples... Why does it need to be installed? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
