Automattic / Automattic/harper
False Positive: `want` -> `want to` preceeding e.g. 'phase one' (`MissingTo`)
Open
bug
harper-core
linting
- Dominant language
- Rust
- Stars
- 15.4k
- Forks
- 627
- Avg merge
- 1d 15h
- Merged PRs (30d)
- 106
Description
**What got flagged?**
`want`
**Why is this incorrect?**
Although Harper recognizes 'phase' as a verb, in this context it is forming a noun with another word.
**Example of correct usage:**
```md
I want phase one finished by the end of this week.
```
Contributor guide
Research direction
Start by locating the MissingTo rule in Harper's Rust code and inspect how it handles “want” before “phase one.” Reproduce the issue with the provided Markdown example, then verify that the phrase is no longer flagged while the intended “want to” detection still works.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- tooling
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 62/100