blob: 2c016bba5b800d34344a34d14d2df323a81b8bcd [file] [log] [blame]
Joey Armstrong82180592024-02-10 15:34:21 -05001.. _Makefile Target lint-helm:
2
3LINT: lint-helm
4===============
5
6Helm Charts
7===========
8
9Command(s):
Eric Ball74a2e762025-08-27 12:34:53 -070010- `helmlint.sh <https://gerrit.lfbroadband.org/plugins/gitiles/helm-repo-tools/+/refs/heads/master/helmlint.sh>`_
Joey Armstrong82180592024-02-10 15:34:21 -050011
12.. code:: bash
13
14 make clean
15 make lint-helm 2>&1 | tee log
16
17Sources:
18
Eric Ball74a2e762025-08-27 12:34:53 -070019- `makefiles/lint <https://gerrit.lfbroadband.org/plugins/gitiles/voltha-helm-charts/+/refs/heads/master/makefiles/lint/>`__
20- `makefiles/lint/helm/include.mk <https://gerrit.lfbroadband.org/plugins/gitiles/voltha-helm-charts/+/refs/heads/master/makefiles/lint/helm/include.mk>`_
21- [`master <https://gerrit.lfbroadband.org/plugins/gitiles/helm-repo-tools/+/refs/heads/master>`__] `helm-repo-tools <https://gerrit.lfbroadband.org/plugins/gitiles/helm-repo-tools>`_
Joey Armstrong82180592024-02-10 15:34:21 -050022
23|