Skip to content
lawlint
Esc
navigateopen⌘Jpreview
On this page

no-contrasting-pairs

Flags formulaic contrasting pairs

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

Why

State the quality or limitation directly instead of balancing paired opposites.

Examples

Flagged

The analysis should be clear without becoming simplistic, balanced without becoming vague.

Better

The analysis should be clear and balanced.

Turning it off

lawlint --disable no-contrasting-pairs draft.md

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