From 53c6a82ec8e326b112c032d855f2027a7fd9b189 Mon Sep 17 00:00:00 2001 From: Thomas Petersen Date: Tue, 4 Aug 2026 19:09:51 +0200 Subject: [PATCH] chore(desktop): refresh pubkey-truncation allowlist line anchors The passport refactors moved the two allowlisted array slices, so the path:line anchors no longer matched and the guard failed pre-push. Signed-off-by: Thomas Petersen --- desktop/scripts/check-pubkey-truncation.mjs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/desktop/scripts/check-pubkey-truncation.mjs b/desktop/scripts/check-pubkey-truncation.mjs index ff9929082..348fdb773 100644 --- a/desktop/scripts/check-pubkey-truncation.mjs +++ b/desktop/scripts/check-pubkey-truncation.mjs @@ -28,8 +28,8 @@ const overrides = new Set([ "src/features/messages/lib/threadPanel.ts:395", "src/features/projects/ui/ProjectsView.tsx:166", "src/features/projects/ui/ProjectsOverviewPanel.tsx:209", - "src/features/passport/ui/PassportRecordSections.tsx:156", - "src/features/passport/ui/PassportScreen.tsx:127", + "src/features/passport/ui/PassportRecordSections.tsx:207", + "src/features/passport/ui/PassportScreen.tsx:142", ]); await runPubkeyTruncationCheck({