From 535cbc050cb4d4eaa8df4de4474d761a48d6b7d6 Mon Sep 17 00:00:00 2001 From: hyperpolymath <6759885+hyperpolymath@users.noreply.github.com> Date: Wed, 1 Jul 2026 11:27:59 +0100 Subject: [PATCH] chore(governance): remove non-functional .hypatia-baseline.json trigger The 'Validate Hypatia Baseline' job in governance-reusable.yml never actually reads this file's content to filter findings -- it fails on ANY raw hypatia-scan finding, full stop. The file's presence only flips the job's has_baseline trigger on, so keeping an empty/inert baseline here just forces a permanently-failing gate with no diagnostic value. Removing it unblocks PRs (incl. #448) until the underlying gate is fixed properly -- see the tracking issue for the estate-wide version of this bug (affects 15 repos with a populated .hypatia-baseline.json whose content is silently never consulted). --- .hypatia-baseline.json | 1 - 1 file changed, 1 deletion(-) delete mode 100644 .hypatia-baseline.json diff --git a/.hypatia-baseline.json b/.hypatia-baseline.json deleted file mode 100644 index fe51488c..00000000 --- a/.hypatia-baseline.json +++ /dev/null @@ -1 +0,0 @@ -[]