From 21bf6141c98f89c7ef300291645f682a609545d0 Mon Sep 17 00:00:00 2001 From: "radius-files-sync[bot]" <248604391+radius-files-sync[bot]@users.noreply.github.com> Date: Tue, 4 Aug 2026 19:41:12 +0000 Subject: [PATCH 1/2] chore(sync): synced local '.github/linters/.cspell.yml' with remote 'sync-templates/.github/linters/.cspell.yml' --- .github/linters/.cspell.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/linters/.cspell.yml b/.github/linters/.cspell.yml index 5497a5d60..2bc13e6cb 100644 --- a/.github/linters/.cspell.yml +++ b/.github/linters/.cspell.yml @@ -129,6 +129,8 @@ ignorePaths: - "**/holding-pen/**" - "**/redirect/**" - "**/presentation-pack/**" + - "**/pnpm-lock.yaml" + - "**/.golangci.yml" # Default to checking both Markdown and YAML. CI also passes an explicit glob. files: From 770f033eb824e8e0e841b08f22f34645225ceb29 Mon Sep 17 00:00:00 2001 From: "radius-files-sync[bot]" <248604391+radius-files-sync[bot]@users.noreply.github.com> Date: Tue, 4 Aug 2026 20:44:26 +0000 Subject: [PATCH 2/2] chore(sync): synced local '.github/linters/.cspell.yml' with remote 'sync-templates/.github/linters/.cspell.yml' --- .github/linters/.cspell.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/linters/.cspell.yml b/.github/linters/.cspell.yml index 2bc13e6cb..b11ea8b91 100644 --- a/.github/linters/.cspell.yml +++ b/.github/linters/.cspell.yml @@ -129,6 +129,7 @@ ignorePaths: - "**/holding-pen/**" - "**/redirect/**" - "**/presentation-pack/**" + - "**/.cspell.yml" - "**/pnpm-lock.yaml" - "**/.golangci.yml"