Skip to content

Commit b821c51

Browse files
bradbishopgkeishin
authored andcommitted
Add .markdownlint.yaml
openbmc-test-automation has lots of great documentation in markdown files. Add a markdownlint configuration that lets markdownlint run on them cleanly. Descriptions of the different MDxxx tokens in the markdownlint schema can be found at: https://github.com/DavidAnson/markdownlint/blob/main/schema/.markdownlint.yaml Change-Id: Ia8b3e43237b51ddbebc27e95db0f123375e1f974 Signed-off-by: Brad Bishop <[email protected]>
1 parent aea98e1 commit b821c51

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

.markdownlint.yaml

+23
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
---
2+
MD001: false
3+
MD003: false
4+
MD004: false
5+
MD007: false
6+
MD010: false
7+
MD012: false
8+
MD013: false
9+
MD014: false
10+
MD022: false
11+
MD025: false
12+
MD026: false
13+
MD029: false
14+
MD030: false
15+
MD031: false
16+
MD032: false
17+
MD033: false
18+
MD034: false
19+
MD036: false
20+
MD037: false
21+
MD038: false
22+
MD040: false
23+
MD041: false

0 commit comments

Comments
 (0)