-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.pre-commit-config.yaml
More file actions
46 lines (45 loc) · 1.2 KB
/
.pre-commit-config.yaml
File metadata and controls
46 lines (45 loc) · 1.2 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
# DO NOT EDIT. Generated with:
#
# devctl gen precommit
#
minimum_pre_commit_version: '2.17'
repos:
# base hooks
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v6.0.0
hooks:
- id: check-merge-conflict
- id: check-shebang-scripts-are-executable
- id: detect-private-key
- id: end-of-file-fixer
exclude: ".*testdata/.*"
- id: mixed-line-ending
- id: trailing-whitespace
exclude: ".*testdata/.*"
# Helm chart hooks for backstage
- repo: https://github.com/losisin/helm-values-schema-json
rev: v2.3.1
hooks:
- id: helm-schema
args:
- --config
- helm/backstage/.schema.yaml
- repo: https://github.com/giantswarm/schemalint
rev: v2.6.1
hooks:
- id: schemalint-normalize
args:
- helm/backstage/values.schema.json
- -o
- helm/backstage/values.schema.json
- --force
- id: schemalint-verify
args:
- helm/backstage/values.schema.json
- repo: https://github.com/norwoodj/helm-docs
rev: "v1.14.2"
hooks:
- id: helm-docs
args:
- --chart-search-root=helm
- --sort-values-order=file