Skip to content

Commit

Permalink
修正一下lint的提示信息。
Browse files Browse the repository at this point in the history
  • Loading branch information
Anduin2017 committed May 28, 2022
1 parent 5aa2d36 commit 4d0d744
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/manual_lint.js
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ async function main() {
var mustHave = '如果您遵循本指南的制作流程而发现有问题或可以改进的流程,请提出 Issue 或 Pull request 。';
var mustHaveIndex = dataLines.indexOf(mustHave);
if (mustHaveIndex < 0) {
errors.push(`文件 ${filePath} 不符合仓库的规范! 它没有包含必需的附加内容!,需要添加【如果您遵循本指南的制作流程而发现有……】这段`);
errors.push(`文件 ${filePath} 不符合仓库的规范! 它没有包含必需的附加内容!,需要在最后一行添加模板中的【如果您遵循本指南的制作流程而发现有……】`);
}
}

Expand Down

0 comments on commit 4d0d744

Please sign in to comment.