-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.pre-commit-config.yaml
More file actions
43 lines (37 loc) · 1 KB
/
Copy path.pre-commit-config.yaml
File metadata and controls
43 lines (37 loc) · 1 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
repos:
- repo: https://github.com/rhysd/actionlint
rev: v1.7.12
hooks:
- id: actionlint
- repo: https://github.com/gitleaks/gitleaks
rev: v8.30.1
hooks:
- id: gitleaks
- repo: https://github.com/hadolint/hadolint
rev: v2.14.0
hooks:
- id: hadolint-docker
args: ["--failure-threshold", "error"]
- repo: https://github.com/DavidAnson/markdownlint-cli2
rev: v0.23.0
hooks:
- id: markdownlint-cli2-docker
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v6.0.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
- id: check-yaml
- id: check-merge-conflict
- id: check-added-large-files
- id: mixed-line-ending
- repo: https://github.com/rubocop/rubocop
rev: v1.88.1
hooks:
- id: rubocop
language_version: 3.4.7
args: ['--autocorrect', '--force-exclusion']
- repo: https://github.com/woodruffw/zizmor-pre-commit
rev: v1.26.1
hooks:
- id: zizmor