no-nominalization
Flags weak verbs paired with nominalized nouns
| Property | Value |
|---|---|
| Kind | Hard rule |
| Engine | density |
| Tier | statistical |
| Severity | warning |
| Intent | style |
| Scope | text |
Why
Use the plain verb when it makes the sentence shorter and clearer.
Examples
Flagged
The court made a determination about the claim.
Better
The court determined the claim.
Turning it off
lawlint --disable no-nominalization draft.md
Or durably, in .lawlint/config.json — see Configuration.