-
-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy path.pre-commit-config.yaml
More file actions
37 lines (31 loc) · 956 Bytes
/
.pre-commit-config.yaml
File metadata and controls
37 lines (31 loc) · 956 Bytes
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
---
default_language_version:
node: system
exclude: '(stacks/_templates/minio-.*/rendered-chart\.yaml|\.svg)$'
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v6.0.0 # 4.6.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
- id: detect-aws-credentials
args: ["--allow-missing-credentials"]
- id: detect-private-key
exclude: '^stacks/argo-cd-git-ops/secrets/sealed-secrets-key\.yaml$'
- repo: https://github.com/adrienverge/yamllint
rev: v1.37.1 # 1.35.1
hooks:
- id: yamllint
- repo: https://github.com/igorshubovych/markdownlint-cli
rev: v0.46.0 # 0.41.0
hooks:
- id: markdownlint
- repo: https://github.com/koalaman/shellcheck-precommit
rev: v0.11.0 # 0.10.0
hooks:
- id: shellcheck
args: ["--severity=info"]
- repo: https://github.com/rhysd/actionlint
rev: v1.7.9 # 1.7.1
hooks:
- id: actionlint