Skip to content

False positive: mke2fs is rejected with the suggestion of mke -> make #1438

@nicholasbishop

Description

@nicholasbishop

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    A-dictS-triageStatus: New; needs maintainer attention.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions