We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8ea52d commit 0e5d0b6Copy full SHA for 0e5d0b6
.github/manual_lint.js
@@ -99,7 +99,7 @@ const validators = [
99
async (filePath, lines, errors) => {
100
const count = keyword => lines.filter(l => l.includes(keyword)).length;
101
102
- if (count('勺') > count('勺子') + count('炒勺') + count('漏勺') + count('吧勺')) {
+ if (count('勺') > count('勺子') + count('炒勺') + count('漏勺') + count('吧勺') + count('挂勺')) {
103
errors.push(`文件 ${filePath} 不符合仓库的规范!勺 不是一个精准的单位!`);
104
}
105
if (count(' 杯') > count('杯子')) {
0 commit comments