-
Notifications
You must be signed in to change notification settings - Fork 193
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
Harper should include a linting rule that detects and repairs incorrect repetition of common words.
Examples that should throw a lint:
She lifted the the rock.
I will will do it later.
Examples that should not throw a lint:
This is very very difficult.
While the above example could be grammatically improved by removing the repetition, it is not a grammatical error. This improvement should be a separate lint.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request