Skip to content

Z601: BRAND_OBSOLESCENCE

Severity: warning Penalty: 2.0 points Category: brand Auto-fixable: No

Rationale

This governance rule is triggered when deprecated brand terms, legacy product names, or obsolete terminology are found within documentation prose.

How to Fix

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

Bad (Triggers Z601)

<!-- BAD: Referencing legacy product name -->
The LegacyDocTool static analyzer checks link graphs.

Good (Resolves Z601)

<!-- GOOD: Using current official product branding -->
The Zenzic static analyzer checks link graphs.

Configuration

# .zenzic.toml - Governance brand terms
[governance]
brand_terms = ["Zenzic"]

Reference

See the Finding Codes Index for finding code details.