Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions .hypatia-ignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Hypatia governance bundle exemptions
# Format: <rule>:<path> — whole-line fixed-string match (grep -qxF)
# Detail: hyperpolymath/standards/.github/workflows/governance-reusable.yml `is_exempt()`
#
# examples/SafeDOMExample.res — pre-existing ReScript example, scheduled for
# ReScript→AffineScript migration tracked in the affinescript#57 corpus run.
# Keeping the example until the migration assistant is ready to convert it
# in-place; flagging it as a banned-language file would block unrelated PRs
# (e.g. dependabot bumps).
cicd_rules/banned_language_file:examples/SafeDOMExample.res
Loading