mirror of
https://github.com/block/buzz.git
synced 2026-08-18 06:50:31 +02:00
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 <thomasp@squareup.com>
This commit is contained in:
@@ -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({
|
||||
|
||||
Reference in New Issue
Block a user