Skip to content

Commit 5b541a6

Browse files
committed
fix(ci): fix markdownlint config for super-linter
- Move MD007/MD030 config to .markdown-lint.yml (the default file that MARKDOWN_CONFIG_FILE points to in super-linter v8) - Remove .markdownlint.json (was never loaded, also violated EDITORCONFIG tab requirement for JSON files)
1 parent cf9e409 commit 5b541a6

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

.github/linters/.markdown-lint.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,15 @@ MD051: false
99
# MD013: The project documentation frequently contains long URLs/commands.
1010
MD013: false
1111

12+
# MD007: Repo uses 2-space indentation for nested lists.
13+
MD007:
14+
indent: 2
15+
16+
# MD030: Repo uses 1 space after list markers (single and multi-paragraph).
17+
MD030:
18+
ul_single: 1
19+
ul_multi: 1
20+
1221
# MD033: The main README uses inline HTML for badges.
1322
MD033: false
1423

.github/linters/.markdownlint.json

Lines changed: 0 additions & 4 deletions
This file was deleted.

0 commit comments

Comments
 (0)