lint_waive
Waive lint findings in pixel art documents permanently. Scope waivers to a region or apply to an entire rule for repeated lint passes.
Instructions
Persistently waive lint findings so they stay waived on every future pass (reported only as a count). Scope to a region to waive only there; omit the region to waive the whole rule.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| note | No | Why this is waived (shown in describe) | |
| rule | Yes | Rule to waive, one of: orphans, doubles, banding, pillow_shading, unused_colors, near_duplicates, broken_outline, symmetry_drift, stray_alpha, tile_seams | |
| doc_id | Yes | Document id | |
| region | No | Region: exactly one of 'rect', 'pixels', or 'selection' |