Skip to content

VBC-936: outdated-experimental-tag

warning

Category: docs
Analysis: Regex (line by line)
File types: .md, .txt
Scope: source code only, ignoring anything inside strings and comments
Tags: docs maintenance

What it reports

Experimental or alpha status tag '{match}' at line {line}. If this feature has been in production for more than six months, remove the disclaimer. Stale warnings erode trust in documentation accuracy and prevent users from adopting stable APIs.

Flagged

md
[EXPERIMENTAL] The plugin API may change.

Not flagged

md
Sort the entries in alphabetical order.
md
The plugin API is stable.

Pattern

regex
\[\s*(?:EXPERIMENTAL|ALPHA|UNSTABLE|PREVIEW)\s*\]|(?:⚠️|:warning:)\s*\*{0,2}(?:experimental|alpha|unstable)\b|^[ \t]*>\s*\*{0,2}(?:experimental|unstable)\b

Released under the MIT License.