Skip to content

VBC-398: panic-punctuation

warning

Category: docs
Analysis: Regex (line by line)
File types: .md, .txt
Scope: source code only, ignoring anything inside strings and comments
Off by default. Name it in slopless.config.json to turn it on.
Tags: ux copy

What it reports

Excessive punctuation at line {line}. Professional copy should avoid multiple symbols like '!!!'.

Flagged

md
This matters!!!

Not flagged

md
This matters.
md
const value = a ?? b;

Pattern

regex
\w[!?]{2,}(?=[\s)\]\"'`]|$)

Released under the MIT License.