You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(test) xnne@xnne-PC:~/code/Paddle-Local$ typos --format long --exclude build
error: `recieves` should be `receives`
--> ./paddle/common/flags_native.cc:371:7
|
371 |* It recieves a list of flags name, and will find the corresponding environment
| ^^^^^^^^
|
error: `recieves` should be `receives`
--> ./paddle/common/flags.h:113:7
|
113 |* It recieves commandline arguments passed in argc and argv from main function,
| ^^^^^^^^
|
提交PR前先看下PR模板,碰到问题时先看是否有相似问题,优先在这里提问。
PR模板以它为主。
任务背景
这里是姊妹篇。Part1 参见A-N ✏️ Typo 引入计划
此次任务为 ✏️ Typo 清理计划 的后续。
自引入 Typos ,之后我们的 commit 都会伴随对拼写的自动检查。但是,同时也发现先前所遗留的大量拼写问题,为了防止阻塞日常开发,它们目前被记录在
_typo.toml
中作为定制词库,我们会在本 Issue 中逐步对遗留的拼写问题进行修复。实施步骤
安装 typos
1.通过 pre-commit 安装:
我们的 pre-commit 中已经配置好了 typos ,你可以直接使用 pre-commit。
pip install pre-commit pre-commit clean pre-commit install pre-commit run typos --all-file # 使用 typos hook 检查所有文件
2.通过 pip 安装:
Note
文件是否修改需要同学先自己判断,如果不是很清楚。可以在 Issue 中提问。
_typo.toml
的特殊单词列表中。问题复现
假设你领取的任务是修改
recieve
。打开
_typo.toml
,注释掉(recieve = 'recieve'
行),然后运行上面的 typos 检查。它会报告所有错误拼写出现的地方。问题修复
考虑是否修改拼写:
Note
_typo.toml
的特殊单词列表中。任务列表
O-List
P-List
Q-List
R-List
S-List
T-List
U-List
V-List
W-List
任务认领方式
⭐️ 提交 PR 模版 ⭐️:
或者多个任务:
Note
川大同学请注意在任务标题中添加
[SCU]
,如:⭐️ 认领方式 ⭐️:
请大家以 comment 的形式认领任务,如:
Warning
单个 PR 提交禁止修改超过 10 个文件, 否则会被 reviewer close。
如果单个单词超过 10 个文件的除外。
提交 PR 模版
状态介绍:
✅:已经完全迁移,所有单测都 OK!
🙋: 报名
🟢:审核完毕待合入,合入之后完成!
🔵:可认领!
🟡:当前阶段不需要人力继续跟进,下阶段推进
🚧:迁移中,单测还没有过,还没有审核完。
大致正常流程为:
🔵 -> 🙋 -> 🚧 -> 🟢 -> ✅
异常流程为:
🔵 -> 🙋 -> 🚧 -> 🟡
The text was updated successfully, but these errors were encountered: