reconcile_waivers
Reconcile a waivers file against lint output: suppress sanctioned violations and surface the expired, stale, and expiring ones. Returns the effective failing set a build should gate on.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| waivers | Yes | The waivers file to reconcile — sanctioned violations, with expiry. | |
| violations | Yes | Lint output to reconcile against the waivers. An array of findings, or the object a linter returned. |