We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Included in v0.0.20
The classic example is the the quick
the the quick
This is possible using Forbidden patterns:
line_objections.patterns:
line_objections.patterns
/\b([A-Za-z](?:[A-Z]{2,}|[a-z]{2,})\s+\g{-1}\b/
I fully expect this to have a significant performance penalty (and it has to be done fairly early, before any other parsing...)