Skip to content

Z504: QUALITY_REGRESSION

Severity: warning Penalty: 0.0 points Category: governance Auto-fixable: No

Rationale

This governance gate check is triggered when the overall documentation quality score (DQS) drops below the saved baseline score recorded in .zenzic.baseline.

How to Fix

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

Bad (Triggers Z504)

Current DQS: 85/100 | Saved Baseline DQS: 92/100 -> Trigger Z504 Quality Regression

Good (Resolves Z504)

Current DQS: 95/100 | Saved Baseline DQS: 92/100 -> Pass Quality Gate

Configuration

# Save new baseline DQS score after authorized changes
zenzic baseline --save

Reference

See the Finding Codes Index for finding code details.