Skip to content

Commit 09bc0c1

Browse files
author
Sunil Thaha
authored
Merge pull request #2248 from ExplorerRay/chore-pre-commit
Use precommit hook for helm lint
2 parents 8191ca8 + a2359f8 commit 09bc0c1

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -78,12 +78,9 @@ repos:
7878
- id: shellcheck
7979
args: [-x]
8080

81-
- repo: local
81+
- repo: https://github.com/gruntwork-io/pre-commit
82+
rev: v0.1.30
8283
hooks:
83-
- id: helm-lint
84+
- id: helmlint
8485
name: helm-lint
85-
entry: helm lint
86-
language: system
8786
files: ^manifests/helm/[^/]+/(Chart\.yaml|values\.yaml|templates/.*)$
88-
pass_filenames: false
89-
args: [manifests/helm/kepler]

0 commit comments

Comments
 (0)