Skip to content

Z601: BRAND_OBSOLESCENCE

  • Severity: Error


    Penalty: 0.0 points | Category: general

  • Remediation & Opt-In


    Auto-Fixable: No | Opt-In: 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:

  • Failing Pattern (Triggers Z601)


    docs/example.md
    <!-- BAD: Referencing legacy product name -->
    The LegacyDocTool static analyzer checks link graphs.
    
  • Passing Pattern (Resolves Z601)


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

Configuration

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

Reference

See the Finding Codes Index for finding code details.