Skip to content
lawlint
Esc
navigateopen⌘Jpreview
On this page

no-dramatic-fragment

Flags dramatic fragments and negative-listing constructions.

Property Value
Kind Hard rule
Engine phrase
Tier static
Severity warning
Intent detection
Scope text

Why

Use complete sentences and state the conclusion without staged fragments.

Examples

Flagged

Not a bug. Not a feature. A policy choice.

Better

This is a policy choice.

Turning it off

lawlint --disable no-dramatic-fragment draft.md

Or durably, in .lawlint/config.json — see Configuration.