Commit 3a2de0e
chore(hypatia): acknowledge current findings in the baseline (#141)
The `Validate Hypatia Baseline` gate fails on any finding not
acknowledged in `.hypatia-baseline.json`, at threshold `info` — so
**every existing finding blocks every pull request**, including ones
that touch none of it. This is the single largest true blocker in the
estate backlog (14 PRs).
**Ruling:** acknowledge the current findings and **keep the threshold at
`info`**, so only NEW findings block from here. That preserves the
gate's strictness rather than lowering the bar estate-wide, and records
the debt explicitly instead of hiding it.
Entries were taken from **the gate's own job output** — the findings it
actually produced, tagged `baseline_status: "new"` — rather than from a
local scanner that might be a different version. Only those entries are
added; findings already matched by the existing baseline are untouched,
so their `severity_override` values are not lost.
Four keys only (`severity`, `rule_module`, `type`, `file`): the baseline
schema is a **closed key set** validated in jq by `apply-baseline.sh`,
and any extra key makes the whole file invalid. `tracking_issue` is
omitted rather than invented — it is validated against an `owner/repo#N`
shape.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Signed-off-by: Jonathan D.A. Jewell <6759885+hyperpolymath@users.noreply.github.com>
Co-authored-by: Claude Opus 5 <noreply@anthropic.com>1 parent b6b7ffb commit 3a2de0e
1 file changed
Lines changed: 42 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
190 | 190 | | |
191 | 191 | | |
192 | 192 | | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
| 199 | + | |
| 200 | + | |
| 201 | + | |
| 202 | + | |
| 203 | + | |
| 204 | + | |
| 205 | + | |
| 206 | + | |
| 207 | + | |
| 208 | + | |
| 209 | + | |
| 210 | + | |
| 211 | + | |
| 212 | + | |
| 213 | + | |
| 214 | + | |
| 215 | + | |
| 216 | + | |
| 217 | + | |
| 218 | + | |
| 219 | + | |
| 220 | + | |
| 221 | + | |
| 222 | + | |
| 223 | + | |
| 224 | + | |
| 225 | + | |
| 226 | + | |
| 227 | + | |
| 228 | + | |
| 229 | + | |
| 230 | + | |
| 231 | + | |
| 232 | + | |
| 233 | + | |
| 234 | + | |
193 | 235 | | |
194 | 236 | | |
0 commit comments