Skip to content

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

.zenzic.toml
# Validate configuration with standard TOML syntax rules
strict = true
fail_under = 90

Reference

See the Finding Codes Index for finding code details.