blob: c6f67ea5021584a5e2c5b7425bb0b14dd2bc84f3 [file] [log] [blame]
Joey Armstrong82180592024-02-10 15:34:21 -05001.. _Makefile Target lint-chart:
2
3LINT: lint-chart
4================
5
6Helm Charts
7===========
8
9### Command(s):
10
11- `chart_version_check.sh <https://gerrit.opencord.org/plugins/gitiles/helm-repo-tools/+/refs/heads/master/chart_version_check.sh>`_
12
13.. code:: bash
14
15 make clean
16 make lint-chart 2>&1 | tee log
17
18Sources:
19
20- `makefiles/lint <https://gerrit.opencord.org/plugins/gitiles/voltha-helm-charts/+/refs/heads/master/makefiles/lint/>`__
21- `makefiles/lint/helm/include.mk <https://gerrit.opencord.org/plugins/gitiles/voltha-helm-charts/+/refs/heads/master/makefiles/lint/helm/include.mk>`_
22- [`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>`_
23
24|