Skip to content

Commit aff25ce

Browse files
hyperpolymathclaude
andcommitted
chore(hypatia): exempt vendored absolute-zero Java/Kotlin demos
The absolute-zero subtree is the canonical language-demonstration repo and carries example files in ~30 languages, including the four Java/Kotlin files in absolute-zero/examples/{java,kotlin}/ now flagged by the language-policy gate via standards#168's governance-reusable. These are demonstration scaffolds, not load-bearing code paths — same status as the existing .res / .go entries already in this file. Unblocks the Dependabot rust-toolchain bump (#69) which has been red on governance/Language-policy since #168 landed. Follow-up: once standards#180 (file_pattern glob matching in in_baseline()) merges, this whole .hypatia-ignore can collapse to a single `absolute-zero/examples/**` file_pattern entry in .hypatia-baseline.json. Filed as a known follow-up; this PR keeps the exact-match interim form working today. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent b834329 commit aff25ce

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

.hypatia-ignore

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,14 @@ cicd_rules/banned_language_file:aletheia/examples/SafeDOMExample.res
1717
# subdirectory. Mirrors the file in the standalone absolute-zero repo's
1818
# own .hypatia-ignore.
1919
cicd_rules/banned_language_file:absolute-zero/examples/go/nop.go
20+
21+
# Java/Kotlin demonstration files in the absolute-zero examples tree.
22+
# Same rationale as the .res/.go entries above — these are part of the
23+
# vendored language-demo subtree, not load-bearing code. Will collapse
24+
# to a single `absolute-zero/examples/**` file_pattern entry in
25+
# .hypatia-baseline.json once standards#180 (file_pattern glob matching
26+
# in in_baseline()) merges.
27+
cicd_rules/banned_language_file:absolute-zero/examples/java/Nop.java
28+
cicd_rules/banned_language_file:absolute-zero/examples/java/BalancedOps.java
29+
cicd_rules/banned_language_file:absolute-zero/examples/kotlin/Nop.kt
30+
cicd_rules/banned_language_file:absolute-zero/examples/kotlin/BalancedOps.kt

0 commit comments

Comments
 (0)