-
-
Notifications
You must be signed in to change notification settings - Fork 56
Expand file tree
/
Copy path.pre-commit-config.yaml
More file actions
57 lines (52 loc) · 1.61 KB
/
Copy path.pre-commit-config.yaml
File metadata and controls
57 lines (52 loc) · 1.61 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
# See https://pre-commit.com for more information
# See https://pre-commit.com/hooks.html for more hooks
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v5.0.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
- id: check-added-large-files
- id: fix-byte-order-marker
- id: check-case-conflict
- id: check-executables-have-shebangs
- id: check-yaml
args: [--allow-multiple-documents]
exclude: ^charts/.*/templates/
- repo: https://github.com/norwoodj/helm-docs
rev: ""
hooks:
- id: helm-docs-container
always_run: true
entry: jnorwood/helm-docs:v1.14.2
args:
- --chart-search-root=charts
- --document-dependency-values
- repo: https://github.com/dadav/helm-schema
rev: ""
hooks:
- id: helm-schema-container
always_run: true
args:
- --append-newline
- --chart-search-root=charts
- --no-dependencies
- --skip-auto-generation=additionalProperties
- repo: https://github.com/igorshubovych/markdownlint-cli
rev: v0.43.0
hooks:
- id: markdownlint
name: Markdownlint
args: [--config=.github/config/markdownlint.yaml]
language_version: 20.18.1
- repo: local
hooks:
- id: generate-changelogs
name: .github/generate-chart-changelogs.sh
entry: bash .github/generate-chart-changelogs.sh
language: system
- repo: https://github.com/renovatebot/pre-commit-hooks
rev: 39.227.2
hooks:
- id: renovate-config-validator
args: [--strict]