-
Notifications
You must be signed in to change notification settings - Fork 158
Open
Labels
Description
Please complete the following tasks
Valid word
mke2fs (common linux filesystem tool)
Incorrect correction
mke -> make
Justification
error: `mke` should be `make`
╭▸ ./xtask/src/main.rs:80:45
│
80 │ // Inode size in bytes. If `None`, the `mke2fs` default is used.
╰╴ ━━━
This is somewhat similar to #1356, which points at #1304 (comment) as a reason to potentially not change anything. This case is slightly different though in that the "word" being matched is a subword: "mke" is identified as an incorrect spelling, which seems fine if it's an isolated word, but as part of "mke2fs" I would not expect it to get tagged.
This is certainly easy for me to locally "bless", but I wasn't sure if it was intended behavior or not so figured I'd file a bug.
Notes
No response