-
Notifications
You must be signed in to change notification settings - Fork 5.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[CodeStyle][Typos][A-N] ✏️ Typos 工具引入计划 #69441
Labels
Comments
MrXnneHang
changed the title
[CodeStyle][Typos] ✏️ Typo 引入计划
[CodeStyle][Typos][A-N] ✏️ Typo 引入计划
Nov 17, 2024
SigureMo
changed the title
[CodeStyle][Typos][A-N] ✏️ Typo 引入计划
[CodeStyle][Typos][A-N] ✏️ Typos 工具引入计划
Nov 17, 2024
This was referenced Nov 18, 2024
【报名】:A-[1-10] |
【报名】:A-[11-20] |
【报名】:A-[21-30] |
【报名】:A-22 |
【报名】:A-[31-35] |
【报名】:A-36 |
【报名】:A-37 |
【报名】:B-[8-12] |
【报名】:A-[38-40] |
【报名】:A-[41-44] |
【报名】:B-13、B-15、B-16 |
【报名】:A-45 |
【报名】:C-[10-15] |
【报名】:B-1 |
【报名】:C-[18-21] |
【报名】:B-[3-7] |
【报名】:C-[25-31] |
ethan-sem
added a commit
to ethan-sem/Paddle
that referenced
this issue
Nov 24, 2024
【报名】:C-[42] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
提交PR前先看下PR模板,碰到问题时先看是否有相似问题,优先在这里提问。
PR模板以它为主。
任务背景
此次任务为 ✏️ 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
的特殊单词列表中。任务列表
A-List
✅@rich04lin
#69652
B-List
C-List
D-List
E-List
F-List
G-List
H-List
I-List
K-List
L-List
M-List
N-List
任务认领方式
⭐️ 提交 PR 模版 ⭐️:
或者多个任务:
⭐️ 认领方式 ⭐️:
请大家以 comment 的形式认领任务,如:
Warning
单个 PR 提交禁止修改超过 10 个文件, 否则会被 reviewer close。
如果单个单词超过 10 个文件的除外。
提交 PR 模版
状态介绍:
✅:已经完全迁移,所有单测都 OK!
🙋: 报名
🟢:审核完毕待合入,合入之后完成!
🔵:可认领!
🟡:当前阶段不需要人力继续跟进,下阶段推进
🚧:迁移中,单测还没有过,还没有审核完。
大致正常流程为:
🔵 -> 🙋 -> 🚧 -> 🟢 -> ✅
异常流程为:
🔵 -> 🙋 -> 🚧 -> 🟡
The text was updated successfully, but these errors were encountered: