Skip to content

Commit 2a3ea2d

Browse files
committed
CI: fix markdownlint
MarkdownLint v0.39.0 introduced a new rules regarding table formatting. While the principle of the rule is actually quite nice, it doesn't play nice with the `bug_report.md` template file, and while that file could, of course, be updated, that wouldn't improve the user-friendliness of the form. So, for now, I'm electing to ignore the new rule (`MD060`). Refs: * https://github.com/DavidAnson/markdownlint/blob/v0.39.0/CHANGELOG.md#0390 * https://github.com/DavidAnson/markdownlint/blob/main/doc/md060.md
1 parent 73b7dc8 commit 2a3ea2d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.markdownlint-cli2.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@ config:
3838
MD031: false
3939
# MD032/blanks-around-lists - Lists should be surrounded by blank lines.
4040
MD032: false
41+
# MD060/table-column-style - Table column style.
42+
MD060: false
4143

4244
##############################
4345
# Customize a few other rules.

0 commit comments

Comments
 (0)