From f65254c111d50966b372730b163726b70516fd7b Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 26 Feb 2026 07:35:20 +0000 Subject: [PATCH 1/2] Initial plan From e01bfc23448682531c1f4607b9c5f733642bf98f Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 26 Feb 2026 07:36:17 +0000 Subject: [PATCH 2/2] Exclude src/FontsData.json from codespell linter Co-authored-by: MariusStorhaug <17722253+MariusStorhaug@users.noreply.github.com> --- .github/linters/.codespellrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/linters/.codespellrc b/.github/linters/.codespellrc index 351e9a0..c7557c2 100644 --- a/.github/linters/.codespellrc +++ b/.github/linters/.codespellrc @@ -1,3 +1,3 @@ [codespell] -skip = ./.github/linters +skip = ./.github/linters,./src/FontsData.json ignore-words-list = afterall