Skip to content

Commit 22ac8ff

Browse files
ci: praise be linters
Signed-off-by: Georg Lauterbach <44545919+georglauterbach@users.noreply.github.com>
1 parent f4f8405 commit 22ac8ff

File tree

1 file changed

+6
-14
lines changed

1 file changed

+6
-14
lines changed

.github/linters/.markdown-lint.yml

Lines changed: 6 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ MD025:
119119
# MD026/no-trailing-punctuation : Trailing punctuation in heading : https://github.com/DavidAnson/markdownlint/blob/v0.39.0/doc/md026.md
120120
MD026:
121121
# Punctuation characters
122-
punctuation: ".,;:!。,;:!"
122+
punctuation: .,;:!。,;:!
123123

124124
# MD027/no-multiple-space-blockquote : Multiple spaces after blockquote symbol : https://github.com/DavidAnson/markdownlint/blob/v0.39.0/doc/md027.md
125125
MD027:
@@ -161,7 +161,7 @@ MD033:
161161
table_allowed_elements: []
162162

163163
# MD034/no-bare-urls : Bare URL used : https://github.com/DavidAnson/markdownlint/blob/v0.39.0/doc/md034.md
164-
MD034: true
164+
MD034: false
165165

166166
# MD035/hr-style : Horizontal rule style : https://github.com/DavidAnson/markdownlint/blob/v0.39.0/doc/md035.md
167167
MD035:
@@ -171,7 +171,7 @@ MD035:
171171
# MD036/no-emphasis-as-heading : Emphasis used instead of a heading : https://github.com/DavidAnson/markdownlint/blob/v0.39.0/doc/md036.md
172172
MD036:
173173
# Punctuation characters
174-
punctuation: ".,;:!?。,;:!?"
174+
punctuation: .,;:!?。,;:!?
175175

176176
# MD037/no-space-in-emphasis : Spaces inside emphasis markers : https://github.com/DavidAnson/markdownlint/blob/v0.39.0/doc/md037.md
177177
MD037: true
@@ -190,13 +190,7 @@ MD040:
190190
language_only: false
191191

192192
# MD041/first-line-heading/first-line-h1 : First line in a file should be a top-level heading : https://github.com/DavidAnson/markdownlint/blob/v0.39.0/doc/md041.md
193-
MD041:
194-
# Allow content before first heading
195-
allow_preamble: false
196-
# RegExp for matching title in front matter
197-
front_matter_title: ^\\s*title\\s*[:=]
198-
# Heading level
199-
level: 1
193+
MD041: false
200194

201195
# MD042/no-empty-links : No empty links : https://github.com/DavidAnson/markdownlint/blob/v0.39.0/doc/md042.md
202196
MD042: true
@@ -244,7 +238,7 @@ MD051:
244238
# Ignore case of fragments
245239
ignore_case: false
246240
# Pattern for ignoring additional fragments
247-
ignored_pattern: ""
241+
ignored_pattern: ''
248242

249243
# MD052/reference-links-images : Reference links and images should use a label that is defined : https://github.com/DavidAnson/markdownlint/blob/v0.39.0/doc/md052.md
250244
MD052:
@@ -296,6 +290,4 @@ MD059:
296290
- more
297291

298292
# MD060/table-column-style : Table column style : https://github.com/DavidAnson/markdownlint/blob/v0.39.0/doc/md060.md
299-
MD060:
300-
# Table column style
301-
style: false
293+
MD060: false

0 commit comments

Comments
 (0)