Commit 701c11f
chore(hypatia): exempt vendored absolute-zero Java/Kotlin demos (#71)
## Summary
Adds 4 absolute-zero/examples/{java,kotlin}/ entries to
`.hypatia-ignore`, exempting the vendored language-demonstration files
that the new `governance-reusable.yml` (standards#168) now flags via its
language-policy step.
Same rationale as the existing `.res` / `.go` entries — these are
language-demonstration scaffolds, not load-bearing code. They mirror
files in the standalone `absolute-zero` repo's own example tree.
## Why
Dependabot rust-toolchain bump #69 has been red on `governance /
Language / package anti-pattern policy` since standards#168 merged. The
failure surfaces `absolute-zero/examples/java/Nop.java`,
`absolute-zero/examples/java/BalancedOps.java`,
`absolute-zero/examples/kotlin/Nop.kt`, and
`absolute-zero/examples/kotlin/BalancedOps.kt` — all vendored
demonstration files.
## Follow-up
Once standards#180 (file_pattern glob matching in `in_baseline()`)
merges, this whole `.hypatia-ignore` can collapse to one
`absolute-zero/examples/**` `file_pattern` entry in
`.hypatia-baseline.json`. Filed as a known follow-up.
## Test plan
- [ ] CI: governance/Language-policy step passes (with 9 exempt entries
now visible in the run log instead of 5 violations)
- [ ] Dependabot #69 unblocked once this merges
🤖 Generated with [Claude Code](https://claude.com/claude-code)
---------
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent b834329 commit 701c11f
1 file changed
Lines changed: 12 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
0 commit comments