Ascii Check Processor
Purpose
Validates that files contain only ASCII characters.
How It Works
Discovers .md files in the project and checks each for non-ASCII characters.
Files containing non-ASCII bytes fail the check. This is a built-in processor
that does not require any external tools.
This processor supports batch mode, allowing multiple files to be checked in a single invocation.
Source Files
- Input:
**/*.md - Output: none (checker)
Configuration
[processor.ascii_check]
args = [] # Additional arguments (unused, for consistency)
extra_inputs = [] # Additional files that trigger rebuilds when changed
| Key | Type | Default | Description |
|---|---|---|---|
args | string[] | [] | Extra arguments (reserved for future use) |
extra_inputs | string[] | [] | Extra files whose changes trigger rebuilds |