Skip to content

Commit e89fb3f

Browse files
hyperpolymathclaude
andcommitted
chore(hypatia): also exempt absolute-zero/examples/swift/Nop.swift
The first revision exempted Java/Kotlin only because the language-policy step short-circuits at the first failing category. With Java/Kotlin exempt, Swift surfaces as the next failure. Same rationale: vendored language-demonstration file, not load-bearing code. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent aff25ce commit e89fb3f

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

.hypatia-ignore

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,14 @@ cicd_rules/banned_language_file:aletheia/examples/SafeDOMExample.res
1818
# own .hypatia-ignore.
1919
cicd_rules/banned_language_file:absolute-zero/examples/go/nop.go
2020

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
21+
# Java/Kotlin/Swift demonstration files in the absolute-zero examples
22+
# tree. Same rationale as the .res/.go entries above — these are part of
23+
# the vendored language-demo subtree, not load-bearing code. Will
24+
# collapse to a single `absolute-zero/examples/**` file_pattern entry in
2525
# .hypatia-baseline.json once standards#180 (file_pattern glob matching
2626
# in in_baseline()) merges.
2727
cicd_rules/banned_language_file:absolute-zero/examples/java/Nop.java
2828
cicd_rules/banned_language_file:absolute-zero/examples/java/BalancedOps.java
2929
cicd_rules/banned_language_file:absolute-zero/examples/kotlin/Nop.kt
3030
cicd_rules/banned_language_file:absolute-zero/examples/kotlin/BalancedOps.kt
31+
cicd_rules/banned_language_file:absolute-zero/examples/swift/Nop.swift

0 commit comments

Comments
 (0)