Check type ID#
kind: filesystem_path_charset
Purpose#
Constrain the characters allowed in the item’s path.
Configuration keys#
| Field | Required | Default | Meaning |
|---|---|---|---|
deny | no | - | Forbidden substrings (e.g. a space). Use deny or allow, not both. |
allow | no | - | The only permitted characters; the path separator is always allowed. |
Example#
collections:
notes:
path: notes
checks:
- kind: filesystem_path_charset
deny: [" "]