File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -17,3 +17,15 @@ 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.
1919cicd_rules/banned_language_file:absolute-zero/examples/go/nop.go
20+
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
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
31+ cicd_rules/banned_language_file:absolute-zero/examples/swift/Nop.swift
You can’t perform that action at this time.
0 commit comments