feat: add and update pre-commit
All checks were successful
renovate / renovate (push) Successful in 39s
All checks were successful
renovate / renovate (push) Successful in 39s
This commit is contained in:
@@ -1,14 +1,16 @@
|
|||||||
repos:
|
repos:
|
||||||
- repo: https://github.com/pre-commit/pre-commit-hooks
|
- repo: https://github.com/pre-commit/pre-commit-hooks
|
||||||
rev: v2.3.0
|
rev: v6.0.0
|
||||||
hooks:
|
hooks:
|
||||||
- id: end-of-file-fixer
|
- id: end-of-file-fixer
|
||||||
- id: trailing-whitespace
|
- id: trailing-whitespace
|
||||||
- id: check-added-large-files
|
- id: check-added-large-files
|
||||||
- id: check-yaml
|
- id: check-yaml
|
||||||
exclude: 'charts/'
|
exclude: '^charts/.*/templates/.*$'
|
||||||
args:
|
args:
|
||||||
- --multi
|
- --multi
|
||||||
|
- id: check-added-large-files
|
||||||
|
- id: check-merge-conflict
|
||||||
- repo: https://github.com/norwoodj/helm-docs
|
- repo: https://github.com/norwoodj/helm-docs
|
||||||
rev: v1.14.2
|
rev: v1.14.2
|
||||||
hooks:
|
hooks:
|
||||||
@@ -17,3 +19,7 @@ repos:
|
|||||||
- --chart-search-root=charts
|
- --chart-search-root=charts
|
||||||
- --template-files=./_templates.gotmpl
|
- --template-files=./_templates.gotmpl
|
||||||
- --template-files=README.md.gotmpl
|
- --template-files=README.md.gotmpl
|
||||||
|
- repo: https://github.com/gruntwork-io/pre-commit
|
||||||
|
rev: v0.1.30
|
||||||
|
hooks:
|
||||||
|
- id: helmlint
|
||||||
|
|||||||
Reference in New Issue
Block a user