Skip to content

VBC-918: we-detected-tone

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 style

What it reports

Avoid first-person collective ('We') in system messages at line {line}. Use neutral or user-centric language.

Flagged

md
We detected a problem with your configuration.

Not flagged

md
The configuration is missing a database URL.

Pattern

regex
We detected|We have identified

Released under the MIT License.