Joey Armstrong | 8218059 | 2024-02-10 15:34:21 -0500 | [diff] [blame] | 1 | .. _Makefile Target lint-chart: |
| 2 | |
| 3 | LINT: lint-chart |
| 4 | ================ |
| 5 | |
| 6 | Helm 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 | |
| 18 | Sources: |
| 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 | | |