Z620: STALE_GLOBAL_SUPPRESSION¶
-
Severity: Error
Penalty: 0.0 points | Category:
general -
Remediation & Opt-In
Auto-Fixable: No | Opt-In: No
Rationale¶
This rule is emitted when a global suppression rule declared in .zenzic.toml (directory_policies or per_file_ignores) never matched any violation during a full workspace scan.
Stale suppressions mask real configuration intent and violate the Zero-DBT invariant by accumulating dead technical debt.
How to Fix¶
Inspect the flagged location in the Markdown file and update the content or configuration:
Configuration¶
.zenzic.toml
# Audit and remove stale entries under [governance.directory_policies]
[governance.directory_policies]
"docs/blog/**" = ["Z410", "Z411"]
Reference¶
See the Finding Codes Index for finding code details.