no-rule-of-three
Flags dense repeated triplet constructions
| Property | Value |
|---|---|
| Kind | Hard rule |
| Engine | density |
| Tier | statistical |
| Severity | warning |
| Intent | detection |
| Scope | text |
Why
Use this signal as a prompt to revise rhythm and density, not as a hard prohibition.
Examples
Flagged
The rule is clear, simple, and fair.
Better
The rule is clear and fair.
Turning it off
lawlint --disable no-rule-of-three draft.md
Or durably, in .lawlint/config.json — see Configuration.