Skip to content

Commit e5bde98

Browse files
committed
style: clean up markdownlint config
Sort rules alphabetically and remove obsolete ignore patterns. Signed-off-by: umatare5 <umatare5@gmail.com> AI-assisted-by: GitHub Copilot Coding Agent
1 parent 50e6c2c commit e5bde98

1 file changed

Lines changed: 6 additions & 8 deletions

File tree

.markdownlint-cli2.jsonc

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,22 @@
11
{
22
"config": {
33
"default": true,
4-
"line_length": false,
5-
"no-inline-html": false,
6-
"no-trailing-punctuation": false,
7-
"no-duplicate-heading": false,
8-
"no-bare-urls": false,
4+
"first-line-h1": false,
95
"header-increment": false,
6+
"line_length": false,
107
"no-alt-text": false,
8+
"no-bare-urls": false,
119
"no-blanks-blockquote": false,
10+
"no-duplicate-heading": false,
11+
"no-inline-html": false,
12+
"no-trailing-punctuation": false,
1213
},
1314
"ignores": [
1415
"vendor/**",
15-
".copilot_reports/**",
1616
".github/instructions/**",
1717
".github/copilot-instructions.md",
1818
".claude/CLAUDE.md",
1919
".gemini/GEMINI.md",
20-
"README.md",
21-
".github/prompts/**/*.prompt.md",
2220
],
2321
"globs": ["**/*.md"],
2422
}

0 commit comments

Comments
 (0)