We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0624ae commit b7eabddCopy full SHA for b7eabdd
1 file changed
.rumdl.toml
@@ -7,12 +7,15 @@ exclude = [
7
"node_modules",
8
"dist",
9
"bin",
10
+ # 技能不需要校验
11
+ "SKILL.md"
12
]
13
disable = [
14
"MD013", # line-length - 行宽限制过于严格
15
"MD033", # no-inline-html - HTML 标签有用,保留
16
"MD034", # no-bare-urls - 裸链接有时更简洁
17
"MD036", # emphasis-as-heading - .claude/commands 等 AI 工具配置中大量使用强调作为标题
18
+ "MD040", # fenced-code-language - 允许无语言的代码块,skill等很多都不需要语言
19
"MD041", # first-line-heading - 首行不强制为标题
20
"MD051", # no-emphasis-as-heading - 允许强调符号作为标题
21
"MD057", # no-relative-links-missing - 相对链接指向不存在文件,影响面太大
0 commit comments