no-doublets
Flags legal doublets and triplets
| Property | Value |
|---|---|
| Kind | Hard rule |
| Engine | phrase |
| Tier | static |
| Severity | suggestion |
| Intent | detection |
| Scope | text |
Why
Avoid patterns that can make otherwise clear prose sound formulaic or overworked.
Examples
Flagged
The contract is null and void.
Better
The contract is void.
Turning it off
lawlint --disable no-doublets draft.md
Or durably, in .lawlint/config.json — see Configuration.