Check type ID#

kind: filesystem_path_charset

Purpose#

Constrain the characters allowed in the item’s path.

Configuration keys#

FieldRequiredDefaultMeaning
denyno-Forbidden substrings (e.g. a space). Use deny or allow, not both.
allowno-The only permitted characters; the path separator is always allowed.

Example#

collections:
  notes:
    path: notes
    checks:
      - kind: filesystem_path_charset
        deny: [" "]