Skip to content

Commit

Permalink
chore(pre-commit): Adding Helm hooks
Browse files Browse the repository at this point in the history
Signed-off-by: Scott Crooks <[email protected]>
  • Loading branch information
sc250024 committed Jul 23, 2020
1 parent 25705e9 commit d46a1c9
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
repos:
- hooks:
- id: end-of-file-fixer
- id: trailing-whitespace
repo: https://github.com/pre-commit/pre-commit-hooks
rev: v3.1.0
- hooks:
- id: helmlint
repo: https://github.com/gruntwork-io/pre-commit
rev: v0.1.9
- hooks:
- id: helm-docs
repo: https://github.com/norwoodj/helm-docs
rev: v0.13.0

0 comments on commit d46a1c9

Please sign in to comment.