no-stacked-noun-phrases
Flags stacked noun phrases before abstract head nouns
| Property | Value |
|---|---|
| Kind | Hard rule |
| Engine | density |
| Tier | statistical |
| Severity | warning |
| Intent | style |
| Scope | text |
Why
Unpack dense noun stacks so the relationship between ideas is explicit.
Examples
Flagged
The agency adopted a long-term claims processing framework.
Better
The agency adopted a framework for processing claims over the long term.
Turning it off
lawlint --disable no-stacked-noun-phrases draft.md
Or durably, in .lawlint/config.json — see Configuration.