Skip to content

VBC-929: technical-jargon-slop

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: documentation

What it reports

Avoid buzzword-heavy jargon at line {line}. Be direct and clear.

Flagged

md
A holistic approach to synergistic integration.

Not flagged

md
The loader reads YAML rules from disk.

Pattern

regex
(architectural paradigm|synergistic integration|leverage fundamental|cross-platform interoperability|holistic approach)

Released under the MIT License.