From 5ee7a26ac49cb64c259ce576e91513dac2909de8 Mon Sep 17 00:00:00 2001 From: Zherphy <1123678689@qq.com> Date: Wed, 11 Jun 2025 16:13:32 +0800 Subject: [PATCH] update:ci_rules.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 更新ci_rules.md,修改ci检查名称,同步插件的检查名称 --- docs/zh/contribute/ci_rules.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/zh/contribute/ci_rules.md b/docs/zh/contribute/ci_rules.md index 1c3d4d43d..f7abcce9a 100644 --- a/docs/zh/contribute/ci_rules.md +++ b/docs/zh/contribute/ci_rules.md @@ -10,15 +10,15 @@ 下面将对各个检查项进行介绍: -## Codespell Lint +## CodeSpell Check Codespell 主要用于检查文档中的单词拼写错误,详细信息可参考。 如果有特殊单词需要加入忽略清单,可联系[ECHO](https://gitee.com/echo10111111)和[wu-donger](https://gitee.com/wu-donger)。 -## Error Label Check +## Tag Closed Check -Error Label Check将检查文档里HTML标签闭合问题。请注意,代码块里的HTML标签将不会扫描。 +Tag Closed Check将检查文档里HTML标签闭合问题。请注意,代码块里的HTML标签将不会扫描。 反例: @@ -48,7 +48,7 @@ Error Label Check将检查文档里HTML标签闭合问题。请注意,代码 ``` -## Picture URL Check +## Resource Existence Check 此检查项将确认本地图片或者链接是否有效。 @@ -64,7 +64,7 @@ Error Label Check将检查文档里HTML标签闭合问题。请注意,代码 ![ci图片](./figures/ci检查结果.jpg) ``` -## File Exist Check +## Toc Check - 新增文档为确保能在 openEuler 文档官网展示,需要在对应`_toc.yaml`文件增加所在章节位置,否则此检查项报错。新增文档场景写作流程可参考快速入门的[指导](./contribution_process.md#新增文档),`toc.yaml`文件写作可参考[_toc.yaml文件写作规范](./directory_structure_introductory.md#目录结构文件格式)。 @@ -76,9 +76,9 @@ Error Label Check将检查文档里HTML标签闭合问题。请注意,代码 Markdown Lint 对markdown文档的格式进行检视。markdownlint规则介绍及本仓规则设置,请参考[**检查规则**](https://gitee.com/openeuler/docs/blob/common/docs/zh/contribute/markdownlint_rules.md)。可使用[**工具**](https://gitee.com/openeuler/docs/blob/common/docs/zh/contribute/markdownlint_tools.md)对 markdownlint 进行批量修复。 -## Link Lint +## Link Validity Check -Link Lint 将检查文档中出现的所有链接是否有效。 +Link Validity Check 将检查文档中出现的所有链接是否有效。 反例: -- Gitee