Skip to content

Z502: SHORT_CONTENT

  • Severity: Error


    Penalty: 0.0 points | Category: general

  • Remediation & Opt-In


    Auto-Fixable: No | Opt-In: No


Rationale

This rule is triggered when a published documentation page contains fewer words than the required minimum word count threshold (default: 50 words), indicating incomplete stub documentation.


How to Fix

Inspect the flagged location in the Markdown file and update the content or configuration:


Configuration

.zenzic.toml
# .zenzic.toml - Adjust minimum word count threshold
min_word_count = 50

Reference

See the Finding Codes Index for finding code details.