Skip to content

VBC-421: filler-words

warning

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

What it reports

Filler word detected at line {line}. Be more direct in your documentation.

Flagged

md
This is essentially a cache.

Not flagged

md
This is a cache.

Pattern

regex
\b(essentially|actually|literally)\b

Released under the MIT License.