-
Notifications
You must be signed in to change notification settings - Fork 5
/
.pre-commit-config.yaml
33 lines (33 loc) · 1.02 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
repos:
- repo: https://github.com/norwoodj/helm-docs
rev: v1.13.1
hooks:
- id: helm-docs
- repo: https://github.com/Alfresco/alfresco-build-tools
rev: v5.28.3
hooks:
- id: helm-deps
- id: helm-lint
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.6.0
hooks:
- id: check-yaml
args: [--allow-multiple-documents]
exclude: helm/.*/templates
- id: check-json
exclude: helm/alfresco-process-infrastructure/alfresco-realm.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.28.5
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"]