You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(governance): honour .hypatia-ignore / inline pragma for banned-language files
The ReScript/Go/Python anti-pattern steps did a naive `find` with no
exemption path, ignoring the estate's declared machine-readable escape
(`.hypatia-ignore` rule `cicd_rules/banned_language_file` + inline
`# hypatia:ignore` pragma) that the Hypatia scanner itself honours.
Re-emergence of a banned default despite a declared escape is a tooling
defect per the Explicit-Escape Principle.
Adds a shared exemption filter to those three checks; non-exempt files
still fail (verified), clean repos no longer false-fail under pipefail.
Unblocks hypatia#270 (and transitively #271), whose intentionally
exempted criterion bench scripts were tripping the shared gate.
Refs standards#72
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
0 commit comments