no-parenthetical-asides
Flags frequent parenthetical asides
| Property | Value |
|---|---|
| Kind | Hard rule |
| Engine | density |
| Tier | statistical |
| Severity | warning |
| Intent | style |
| Scope | text |
Why
Use this signal as a prompt to revise rhythm and density, not as a hard prohibition.
Examples
Flagged
The court (again) delayed (twice).
Better
The court delayed again, twice.
Flagged
The remedy (which the court ordered) failed.
Better
Under Section 4(b), the court-ordered remedy failed.
Turning it off
lawlint --disable no-parenthetical-asides draft.md
Or durably, in .lawlint/config.json — see Configuration.