no-filler-intensifiers
Flags filler intensifiers
| Property | Value |
|---|---|
| Kind | Hard rule |
| Engine | phrase |
| Tier | static |
| Severity | warning |
| Intent | style |
| Scope | text |
Why
Remove intensifiers that add emphasis without adding evidence.
Examples
Flagged
The result is genuinely important.
Better
The result is important.
Turning it off
lawlint --disable no-filler-intensifiers draft.md
Or durably, in .lawlint/config.json — see Configuration.