Skip to content

VBC-933: coming-soon-docs

warning

Category: docs
Analysis: Regex (line by line)
File types: .md, .txt, .go, .rs, .java, .c, .cpp, .cs, .kt, .swift, .rb
Scope: comments only
Tags: docs maintenance

What it reports

Placeholder documentation content '{match}' at line {line}. Documentation stubs with "coming soon" text signal an abandoned project to new contributors. Either write the section or remove the header entirely. Git history preserves the intent if you need to revisit it later.

Flagged

md
## Configuration

Coming soon.

Not flagged

md
## Configuration

Set DATABASE_URL.

Pattern

regex
(coming soon|under construction|not yet written|🚧\s*wip|todo:\s*write)

Released under the MIT License.