Check type ID#

kind: filesystem_unmatched_files

Scope: collection, runs once per collection over all its items.

Can be configured in: filesystem checks.

Purpose#

Report regular files under a filesystem scope that match neither include nor exclude patterns.

Example#

filesystemChecks:
  - path: docs
    include: ["**/*.md"]
    exclude: ["**/_generated/**"]
    checks:
      - kind: filesystem_unmatched_files