no-negative-parallelism
Flags repeated negative parallelism
| Property | Value |
|---|---|
| Kind | Hard rule |
| Engine | phrase |
| Tier | static |
| Severity | warning |
| Intent | detection |
| Scope | text |
Why
Use a direct statement instead of a chain of negative fragments.
Examples
Flagged
No delay. No explanation. No remedy.
Better
The record shows no delay, explanation, or remedy.
Turning it off
lawlint --disable no-negative-parallelism draft.md
Or durably, in .lawlint/config.json — see Configuration.