File tree Expand file tree Collapse file tree 1 file changed +19
-7
lines changed Expand file tree Collapse file tree 1 file changed +19
-7
lines changed Original file line number Diff line number Diff line change @@ -22,11 +22,18 @@ repos:
22
22
- id : fix-byte-order-marker
23
23
- id : mixed-line-ending
24
24
- id : trailing-whitespace
25
+ - id : check-json
26
+ - id : check-xml
27
+ - id : detect-private-key
25
28
exclude : ^_site/.*$
26
29
# - repo: https://github.com/Lucas-C/pre-commit-hooks
27
30
# rev: v1.1.10
28
31
# hooks:
29
32
# - id: remove-tabs
33
+ - repo : https://github.com/chriskuehl/puppet-pre-commit-hooks.git
34
+ rev : v2.1.0
35
+ hooks :
36
+ - id : ruby-validate
30
37
- repo : https://github.com/codespell-project/codespell
31
38
rev : v2.2.6
32
39
hooks :
@@ -35,13 +42,18 @@ repos:
35
42
description : Check spelling with codespell
36
43
entry : codespell --ignore-words=codespell.txt
37
44
exclude : ^_site/.*$|^vendor/.*$
38
- # - repo: https://github.com/igorshubovych/markdownlint-cli
39
- # rev: v0.27.1
40
- # hooks:
41
- # - id: markdownlint
42
- # name: Run markdownlint
43
- # entry: markdownlint -c .github/linters/.markdown-lint.yml .
44
- # exclude: ^\.github/.*$|^_site/.*$|^vendor/.*$
45
+ - repo : https://github.com/igorshubovych/markdownlint-cli
46
+ rev : v0.31.1
47
+ hooks :
48
+ - id : markdownlint
49
+ name : Run markdownlint
50
+ entry : markdownlint -c .github/linters/.markdown-lint.yml .
51
+ exclude : ^\.github/.*$|^_site/.*$|^vendor/.*$
52
+ - repo : https://github.com/tcort/markdown-link-check
53
+ rev : v3.12.2
54
+ hooks :
55
+ - id : markdown-link-check
56
+ args : [-q]
45
57
- repo : https://github.com/pre-commit/mirrors-prettier
46
58
rev : v4.0.0-alpha.8
47
59
hooks :
You can’t perform that action at this time.
0 commit comments