blob: 18994fce81569fed7af23b82702aa873ecd888b4 [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):
10- `helmlint.sh <https://gerrit.opencord.org/plugins/gitiles/helm-repo-tools/+/refs/heads/master/helmlint.sh>`_
11
12.. code:: bash
13
14 make clean
15 make lint-helm 2>&1 | tee log
16
17Sources:
18
19- `makefiles/lint <https://gerrit.opencord.org/plugins/gitiles/voltha-helm-charts/+/refs/heads/master/makefiles/lint/>`__
20- `makefiles/lint/helm/include.mk <https://gerrit.opencord.org/plugins/gitiles/voltha-helm-charts/+/refs/heads/master/makefiles/lint/helm/include.mk>`_
21- [`master <https://gerrit.opencord.org/plugins/gitiles/helm-repo-tools/+/refs/heads/master>`__] `helm-repo-tools <https://gerrit.opencord.org/plugins/gitiles/helm-repo-tools>`_
22
23|