From f5361c1ced121a432e0a20b7431b59ea880f17f5 Mon Sep 17 00:00:00 2001 From: hyperpolymath <6759885+hyperpolymath@users.noreply.github.com> Date: Tue, 26 May 2026 02:46:14 +0100 Subject: [PATCH] chore(hypatia): add .hypatia-ignore for examples/SafeDOMExample.res MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Adds a governance-bundle exemption for the existing ReScript example file. The file is scheduled for ReScript→AffineScript migration tracked in the affinescript#57 corpus run; flagging it as a banned-language file until then blocks unrelated PRs (e.g. dependabot bumps like #67). Format: `:` whole-line fixed-string match per hyperpolymath/standards/.github/workflows/governance-reusable.yml is_exempt(). Co-Authored-By: Claude Opus 4.7 (1M context) --- .hypatia-ignore | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .hypatia-ignore diff --git a/.hypatia-ignore b/.hypatia-ignore new file mode 100644 index 0000000..4cec3a5 --- /dev/null +++ b/.hypatia-ignore @@ -0,0 +1,10 @@ +# Hypatia governance bundle exemptions +# Format: : — 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