mirror of
https://gitlab.com/oecis/charts.git
synced 2025-05-14 12:47:10 +02:00
migrate charts
This commit is contained in:
parent
cb608a94f0
commit
69ec141244
84 changed files with 3766 additions and 81 deletions
13
.pre-commit-config.yaml
Normal file
13
.pre-commit-config.yaml
Normal file
|
@ -0,0 +1,13 @@
|
|||
repos:
|
||||
- repo: https://github.com/norwoodj/helm-docs
|
||||
rev: v1.2.0
|
||||
hooks:
|
||||
- id: helm-docs
|
||||
args:
|
||||
# Make the tool search for charts only under the `example-charts` directory
|
||||
- --chart-search-root=charts
|
||||
- repo: https://github.com/pre-commit/pre-commit-hooks
|
||||
rev: v4.3.0
|
||||
hooks:
|
||||
- id: trailing-whitespace
|
||||
- id: end-of-file-fixer
|
Loading…
Add table
Add a link
Reference in a new issue