-
Notifications
You must be signed in to change notification settings - Fork 4
/
.pre-commit-config.yaml
34 lines (34 loc) · 1.01 KB
/
.pre-commit-config.yaml
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
repos:
- repo: https://github.com/norwoodj/helm-docs
rev: v1.10.0
hooks:
- id: helm-docs
- repo: https://github.com/Alfresco/alfresco-build-tools
rev: v1.9.2
hooks:
- id: helm-deps
- id: helm-lint
- id: kubepug-minimum
- id: kubepug-recommended
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.3.0
hooks:
- id: check-yaml
args: [--allow-multiple-documents]
exclude: helm/.*/templates
- id: check-json
- id: check-merge-conflict
- id: fix-byte-order-marker
- id: mixed-line-ending
args: ['--fix=lf']
- id: end-of-file-fixer
- id: trailing-whitespace
- repo: https://github.com/sirosen/check-jsonschema
rev: 0.17.0
hooks:
- id: check-github-workflows
- id: check-jsonschema
alias: check-dependabot
name: "Validate Dependabot Config"
files: '.github/dependabot\.yml$'
args: ["--schemafile", "https://json.schemastore.org/dependabot-2.0.json"]