no-metronomic-cadence
Flags predictable sentence-length cadence
| Property | Value |
|---|---|
| Kind | Hard rule |
| Engine | statistical |
| Tier | statistical |
| Severity | suggestion |
| Intent | style |
| Scope | text |
Examples
Flagged
The court reviewed the record. The parties filed their briefs today. The clerk entered the order after the hearing. Counsel must comply with the judgment. The court considered each disputed fact in the record. The parties may renew the motion after discovery. The clerk shall serve the order on counsel. Counsel shall comply with the order.
Better
The court reviewed the motion. After extensive briefing, the record, including three depositions and two expert reports, still contains disputed facts that cannot be resolved on paper. Summary judgment is denied.
Turning it off
lawlint --disable no-metronomic-cadence draft.md
Or durably, in .lawlint/config.json — see Configuration.