Skip to content
lawlint
Esc
navigateopen⌘Jpreview
On this page

no-marketing-language

Flags marketing language, hype, and filler.

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

Why

Avoid patterns that can make otherwise clear prose sound formulaic or overworked.

Examples

Flagged

We leverage a robust platform.

Better

We rely on a dependable platform.

Turning it off

lawlint --disable no-marketing-language draft.md

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