Skip to content
lawlint
Esc
navigateopen⌘Jpreview
On this page

no-colon-reveal

Flags dramatic colon reveals at sentence starts.

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

Why

Use colons for lists, labels, and quotes, not staged revelations.

Examples

Flagged

The best part: it learns from mistakes.

Better

It learns from mistakes.

Turning it off

lawlint --disable no-colon-reveal draft.md

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