Skip to content

Z906: NO_FILES_FOUND

  • Severity: Error


    Penalty: 0.0 points | Category: general

  • Remediation & Opt-In


    Auto-Fixable: No | Opt-In: No


Rationale

Informational finding emitted when Zenzic completes a directory traversal or graph discovery run without locating any Markdown or MDX source files matching the target glob pattern.

This rule alerts maintainers when a target path is empty or misconfigured in CI scripts before executing downstream linting rules.


How to Fix

Verify the CLI target path argument or update file inclusion patterns in .zenzic.toml to ensure documentation files are correctly discovered.

# Correct directory invocation
zenzic check docs/

Reference

See the Finding Codes Index for finding code details.