Skip to content

Commit 746d6fd

Browse files
committedJul 15, 2024·
chore: precommit add markdown + spellcheck
Signed-off-by: Maryam Tahhan <mtahhan@redhat.com>
1 parent 6ec67e5 commit 746d6fd

File tree

68 files changed

+2142
-1965
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

68 files changed

+2142
-1965
lines changed
 

‎.github/ISSUE_TEMPLATE/bug_report.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@ body:
3636
attributes:
3737
label: Kepler image tag
3838
value: |
39-
<details>
39+
<details>
4040
41-
</details>
41+
</details>
4242
validations:
4343
required: true
4444

‎.markdownlint.json

+45
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
{
2+
"code-block-style": {
3+
"style": "fenced"
4+
},
5+
"code-fence-style": {
6+
"style": "backtick"
7+
},
8+
"heading-style": {
9+
"style": "atx"
10+
},
11+
"hr-style": {
12+
"style": "---"
13+
},
14+
"line-length": {
15+
"strict": false,
16+
"code_blocks": false
17+
},
18+
"proper-names": {
19+
"code_blocks": false,
20+
"names": [
21+
"Markdown",
22+
"markdown-it",
23+
"markdownlint",
24+
"markdownlint-cli2"
25+
]
26+
},
27+
"strong-style": {
28+
"style": "asterisk"
29+
},
30+
"table-pipe-style": {
31+
"style": "leading_and_trailing"
32+
},
33+
"ul-style": {
34+
"style": "dash"
35+
},
36+
"no-duplicate-header" : {
37+
"allow_different_nesting": true
38+
},
39+
"MD033" : false,
40+
"MD041": false,
41+
"MD045": false,
42+
"MD025": {
43+
"front_matter_title": ""
44+
}
45+
}

0 commit comments

Comments
 (0)