We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 322779a commit ff924c1Copy full SHA for ff924c1
.markdownlintrc
@@ -3,5 +3,6 @@
3
"first-header-h1": false,
4
"first-line-h1": false,
5
"line_length": false,
6
- "no-multiple-blanks": false
+ "no-multiple-blanks": false,
7
+ "no-inline-html": false
8
}
.pre-commit-config.yaml
@@ -1,6 +1,6 @@
1
repos:
2
- repo: git://github.com/pre-commit/pre-commit-hooks
- rev: v3.4.0
+ rev: v4.0.1
hooks:
- id: check-json
- id: check-merge-conflict
@@ -17,7 +17,7 @@ repos:
17
- id: markdownlint
18
19
- repo: git://github.com/antonbabenko/pre-commit-terraform
20
- rev: v1.45.0
+ rev: v1.50.1
21
22
- id: terraform_docs
23
- id: terraform_fmt
0 commit comments