Z001: CORE_CONFIG_STRUCTURE¶
-
Severity: Error
Penalty: 0.0 points | Category:
general -
Remediation & Opt-In
Auto-Fixable: No | Opt-In: No
Rationale¶
This rule is emitted prior to document scanning when .zenzic.toml contains invalid TOML syntax, malformed table headers, unclosed quotes, or data type mismatches (such as supplying a string where a boolean or array is expected).
An invalid configuration halts execution immediately (Exit 1) before any filesystem scan begins to prevent unpredictable behavior across the workspace.
How to Fix¶
Inspect the flagged location in the Markdown file and update the content or configuration:
Configuration¶
Reference¶
See the Finding Codes Index for finding code details.