Skip to content

Commit f4f8405

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

File tree

1 file changed

+24
-27
lines changed

1 file changed

+24
-27
lines changed

.github/linters/.markdown-lint.yml

Lines changed: 24 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
---
12
# Example markdownlint configuration with all properties set to their default value
23

34
# Default state for all rules
@@ -9,17 +10,17 @@ extends: null
910
# MD001/heading-increment : Heading levels should only increment by one level at a time : https://github.com/DavidAnson/markdownlint/blob/v0.39.0/doc/md001.md
1011
MD001:
1112
# RegExp for matching title in front matter
12-
front_matter_title: "^\\s*title\\s*[:=]"
13+
front_matter_title: ^\\s*title\\s*[:=]
1314

1415
# MD003/heading-style : Heading style : https://github.com/DavidAnson/markdownlint/blob/v0.39.0/doc/md003.md
1516
MD003:
1617
# Heading style
17-
style: "consistent"
18+
style: consistent
1819

1920
# MD004/ul-style : Unordered list style : https://github.com/DavidAnson/markdownlint/blob/v0.39.0/doc/md004.md
2021
MD004:
2122
# List style
22-
style: "consistent"
23+
style: consistent
2324

2425
# MD005/list-indent : Inconsistent indentation for list items at the same level : https://github.com/DavidAnson/markdownlint/blob/v0.39.0/doc/md005.md
2526
MD005: true
@@ -62,11 +63,11 @@ MD012: false
6263
# MD013/line-length : Line length : https://github.com/DavidAnson/markdownlint/blob/v0.39.0/doc/md013.md
6364
MD013:
6465
# Number of characters
65-
line_length: 80
66+
line_length: 10000
6667
# Number of characters for headings
67-
heading_line_length: 80
68+
heading_line_length: 105
6869
# Number of characters for code blocks
69-
code_block_line_length: 80
70+
code_block_line_length: 105
7071
# Include code blocks
7172
code_blocks: true
7273
# Include tables
@@ -111,7 +112,7 @@ MD024:
111112
# MD025/single-title/single-h1 : Multiple top-level headings in the same document : https://github.com/DavidAnson/markdownlint/blob/v0.39.0/doc/md025.md
112113
MD025:
113114
# RegExp for matching title in front matter
114-
front_matter_title: "^\\s*title\\s*[:=]"
115+
front_matter_title: ^\\s*title\\s*[:=]
115116
# Heading level
116117
level: 1
117118

@@ -131,7 +132,7 @@ MD028: true
131132
# MD029/ol-prefix : Ordered list item prefix : https://github.com/DavidAnson/markdownlint/blob/v0.39.0/doc/md029.md
132133
MD029:
133134
# List style
134-
style: "one_or_ordered"
135+
style: one_or_ordered
135136

136137
# MD030/list-marker-space : Spaces after list markers : https://github.com/DavidAnson/markdownlint/blob/v0.39.0/doc/md030.md
137138
MD030:
@@ -165,7 +166,7 @@ MD034: true
165166
# MD035/hr-style : Horizontal rule style : https://github.com/DavidAnson/markdownlint/blob/v0.39.0/doc/md035.md
166167
MD035:
167168
# Horizontal rule style
168-
style: "consistent"
169+
style: consistent
169170

170171
# MD036/no-emphasis-as-heading : Emphasis used instead of a heading : https://github.com/DavidAnson/markdownlint/blob/v0.39.0/doc/md036.md
171172
MD036:
@@ -193,19 +194,15 @@ MD041:
193194
# Allow content before first heading
194195
allow_preamble: false
195196
# RegExp for matching title in front matter
196-
front_matter_title: "^\\s*title\\s*[:=]"
197+
front_matter_title: ^\\s*title\\s*[:=]
197198
# Heading level
198199
level: 1
199200

200201
# MD042/no-empty-links : No empty links : https://github.com/DavidAnson/markdownlint/blob/v0.39.0/doc/md042.md
201202
MD042: true
202203

203204
# MD043/required-headings : Required heading structure : https://github.com/DavidAnson/markdownlint/blob/v0.39.0/doc/md043.md
204-
MD043:
205-
# List of headings
206-
headings: []
207-
# Match case of headings
208-
match_case: false
205+
MD043: false
209206

210207
# MD044/proper-names : Proper names should have the correct capitalization : https://github.com/DavidAnson/markdownlint/blob/v0.39.0/doc/md044.md
211208
MD044:
@@ -222,25 +219,25 @@ MD045: true
222219
# MD046/code-block-style : Code block style : https://github.com/DavidAnson/markdownlint/blob/v0.39.0/doc/md046.md
223220
MD046:
224221
# Block style
225-
style: "consistent"
222+
style: consistent
226223

227224
# MD047/single-trailing-newline : Files should end with a single newline character : https://github.com/DavidAnson/markdownlint/blob/v0.39.0/doc/md047.md
228225
MD047: true
229226

230227
# MD048/code-fence-style : Code fence style : https://github.com/DavidAnson/markdownlint/blob/v0.39.0/doc/md048.md
231228
MD048:
232229
# Code fence style
233-
style: "consistent"
230+
style: consistent
234231

235232
# MD049/emphasis-style : Emphasis style : https://github.com/DavidAnson/markdownlint/blob/v0.39.0/doc/md049.md
236233
MD049:
237234
# Emphasis style
238-
style: "consistent"
235+
style: consistent
239236

240237
# MD050/strong-style : Strong style : https://github.com/DavidAnson/markdownlint/blob/v0.39.0/doc/md050.md
241238
MD050:
242239
# Strong style
243-
style: "consistent"
240+
style: consistent
244241

245242
# MD051/link-fragments : Link fragments should be valid : https://github.com/DavidAnson/markdownlint/blob/v0.39.0/doc/md051.md
246243
MD051:
@@ -253,15 +250,15 @@ MD051:
253250
MD052:
254251
# Ignored link labels
255252
ignored_labels:
256-
- "x"
253+
- x
257254
# Include shortcut syntax
258255
shortcut_syntax: false
259256

260257
# MD053/link-image-reference-definitions : Link and image reference definitions should be needed : https://github.com/DavidAnson/markdownlint/blob/v0.39.0/doc/md053.md
261258
MD053:
262259
# Ignored definitions
263260
ignored_definitions:
264-
- "//"
261+
- //
265262

266263
# MD054/link-image-style : Link and image style : https://github.com/DavidAnson/markdownlint/blob/v0.39.0/doc/md054.md
267264
MD054:
@@ -281,7 +278,7 @@ MD054:
281278
# MD055/table-pipe-style : Table pipe style : https://github.com/DavidAnson/markdownlint/blob/v0.39.0/doc/md055.md
282279
MD055:
283280
# Table pipe style
284-
style: "consistent"
281+
style: consistent
285282

286283
# MD056/table-column-count : Table column count : https://github.com/DavidAnson/markdownlint/blob/v0.39.0/doc/md056.md
287284
MD056: true
@@ -293,12 +290,12 @@ MD058: true
293290
MD059:
294291
# Prohibited link texts
295292
prohibited_texts:
296-
- "click here"
297-
- "here"
298-
- "link"
299-
- "more"
293+
- click here
294+
- here
295+
- link
296+
- more
300297

301298
# MD060/table-column-style : Table column style : https://github.com/DavidAnson/markdownlint/blob/v0.39.0/doc/md060.md
302299
MD060:
303300
# Table column style
304-
style: "any"
301+
style: false

0 commit comments

Comments
 (0)