From ec7777a8cd544fb31c2ce671678aef11dfdc682c Mon Sep 17 00:00:00 2001 From: Jeremy Wu Date: Wed, 18 Jun 2025 22:56:36 +1000 Subject: [PATCH 1/5] clean unused words & move failing words in expect.txt to patterns.txt --- .github/actions/spelling/expect.txt | 6 ------ .github/actions/spelling/patterns.txt | 4 ++++ 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/.github/actions/spelling/expect.txt b/.github/actions/spelling/expect.txt index 6ba41e410ea..2971aa092c8 100644 --- a/.github/actions/spelling/expect.txt +++ b/.github/actions/spelling/expect.txt @@ -34,7 +34,6 @@ mscorlib pythonw dotnet winget -jjw24 wolframalpha gmail duckduckgo @@ -49,7 +48,6 @@ srchadmin EWX dlgtext CMD -appref-ms appref TSource runas @@ -57,7 +55,6 @@ dpi popup ptr pluginindicator -TobiasSekan img resx bak @@ -68,9 +65,6 @@ dlg ddd dddd clearlogfolder -ACCENT_ENABLE_TRANSPARENTGRADIENT -ACCENT_ENABLE_BLURBEHIND -WCA_ACCENT_POLICY HGlobal dopusrt firefox diff --git a/.github/actions/spelling/patterns.txt b/.github/actions/spelling/patterns.txt index f29f57ad50e..b8a72f3bd82 100644 --- a/.github/actions/spelling/patterns.txt +++ b/.github/actions/spelling/patterns.txt @@ -121,3 +121,7 @@ # version suffix v# (?:(?<=[A-Z]{2})V|(?<=[a-z]{2}|[A-Z]{2})v)\d+(?:\b|(?=[a-zA-Z_])) + +\bjjw24\b +\bappref-ms\b +\bTobiasSekan\b From 7dd96c6b3136b453bba03747b01eb55d7182f885 Mon Sep 17 00:00:00 2001 From: Jeremy Wu Date: Wed, 18 Jun 2025 23:15:43 +1000 Subject: [PATCH 2/5] add additional words to pattern.txt from expect.txt --- .github/actions/spelling/patterns.txt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/actions/spelling/patterns.txt b/.github/actions/spelling/patterns.txt index b8a72f3bd82..8f39f2dcae0 100644 --- a/.github/actions/spelling/patterns.txt +++ b/.github/actions/spelling/patterns.txt @@ -125,3 +125,8 @@ \bjjw24\b \bappref-ms\b \bTobiasSekan\b +\bJsonRPC\b +\bTiếng Việt\b +\bSlovenský\b +\bPortuguês (Brasil)\b +\bčeština\b \ No newline at end of file From 63ea16b5b1bb00a24839718cc969fb2cec297db4 Mon Sep 17 00:00:00 2001 From: Jeremy Wu Date: Thu, 19 Jun 2025 20:37:28 +1000 Subject: [PATCH 3/5] add additional --- .github/actions/spelling/expect.txt | 5 ----- .github/actions/spelling/patterns.txt | 5 +++-- 2 files changed, 3 insertions(+), 7 deletions(-) diff --git a/.github/actions/spelling/expect.txt b/.github/actions/spelling/expect.txt index 2971aa092c8..ee2a1cf5f4b 100644 --- a/.github/actions/spelling/expect.txt +++ b/.github/actions/spelling/expect.txt @@ -85,15 +85,10 @@ keyevent KListener requery vkcode -čeština Polski Srpski -Português -Português (Brasil) Italiano -Slovenský quicklook -Tiếng Việt Droplex Preinstalled errormetadatafile diff --git a/.github/actions/spelling/patterns.txt b/.github/actions/spelling/patterns.txt index 8f39f2dcae0..983a9c97f87 100644 --- a/.github/actions/spelling/patterns.txt +++ b/.github/actions/spelling/patterns.txt @@ -127,6 +127,7 @@ \bTobiasSekan\b \bJsonRPC\b \bTiếng Việt\b -\bSlovenský\b \bPortuguês (Brasil)\b -\bčeština\b \ No newline at end of file +\bčeština\b +\bPortuguês\b +\bJsonRPC\b \ No newline at end of file From 469b3b5bfc192f92f1097e070b1105fb5342be85 Mon Sep 17 00:00:00 2001 From: Jeremy Wu Date: Thu, 19 Jun 2025 20:45:18 +1000 Subject: [PATCH 4/5] update --- .github/actions/spelling/expect.txt | 2 -- .github/actions/spelling/patterns.txt | 4 ++-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/actions/spelling/expect.txt b/.github/actions/spelling/expect.txt index ee2a1cf5f4b..0e55d6b8e60 100644 --- a/.github/actions/spelling/expect.txt +++ b/.github/actions/spelling/expect.txt @@ -95,7 +95,5 @@ errormetadatafile noresult pluginsmanager alreadyexists -JsonRPC -JsonRPCV2 Softpedia img diff --git a/.github/actions/spelling/patterns.txt b/.github/actions/spelling/patterns.txt index 983a9c97f87..a78a2078a42 100644 --- a/.github/actions/spelling/patterns.txt +++ b/.github/actions/spelling/patterns.txt @@ -126,8 +126,8 @@ \bappref-ms\b \bTobiasSekan\b \bJsonRPC\b +\bJsonRPCV2\b \bTiếng Việt\b \bPortuguês (Brasil)\b \bčeština\b -\bPortuguês\b -\bJsonRPC\b \ No newline at end of file +\bPortuguês\b \ No newline at end of file From 4f7ad12130f0b45e829f10fa6b93abf386162670 Mon Sep 17 00:00:00 2001 From: Jeremy Wu Date: Thu, 19 Jun 2025 20:48:52 +1000 Subject: [PATCH 5/5] update --- .github/actions/spelling/expect.txt | 2 ++ .github/actions/spelling/patterns.txt | 4 +++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/actions/spelling/expect.txt b/.github/actions/spelling/expect.txt index 0e55d6b8e60..177c00fa2e4 100644 --- a/.github/actions/spelling/expect.txt +++ b/.github/actions/spelling/expect.txt @@ -1,3 +1,5 @@ +# This file should contain names of products, companies, or individuals that aren't in a standard dictionary (e.g., GitHub, Keptn, VSCode). + crowdin DWM workflows diff --git a/.github/actions/spelling/patterns.txt b/.github/actions/spelling/patterns.txt index a78a2078a42..5ef8859fc27 100644 --- a/.github/actions/spelling/patterns.txt +++ b/.github/actions/spelling/patterns.txt @@ -1,4 +1,6 @@ # See https://github.com/check-spelling/check-spelling/wiki/Configuration-Examples:-patterns +# This file should contain strings that contain a mix of letters and numbers, or specific symbols + # Questionably acceptable forms of `in to` # Personally, I prefer `log into`, but people object @@ -130,4 +132,4 @@ \bTiếng Việt\b \bPortuguês (Brasil)\b \bčeština\b -\bPortuguês\b \ No newline at end of file +\bPortuguês\b