Skip to content

Commit bb44195

Browse files
committed
Drop lint.sh and its target in Makefile
1 parent ec942a4 commit bb44195

2 files changed

Lines changed: 0 additions & 22 deletions

File tree

Makefile

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -226,10 +226,6 @@ EXECUTABLES=git helm oc ansible
226226
test: ## run helm tests
227227
@for t in $(CHARTS); do common/scripts/test.sh $$t all "$(TEST_OPTS)"; if [ $$? != 0 ]; then exit 1; fi; done
228228

229-
.PHONY: helmlint
230-
helmlint: ## run helm lint
231-
@for t in $(CHARTS); do common/scripts/lint.sh $$t $(TEST_OPTS); if [ $$? != 0 ]; then exit 1; fi; done
232-
233229
API_URL ?= https://raw.githubusercontent.com/hybrid-cloud-patterns/ocp-schemas/main/openshift/4.10/
234230
KUBECONFORM_SKIP ?= -skip 'CustomResourceDefinition,ClusterIssuer,CertManager,Certificate,ArgoCD'
235231

scripts/lint.sh

Lines changed: 0 additions & 18 deletions
This file was deleted.

0 commit comments

Comments
 (0)