Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Workflow Bot -- Update Dictionaries (main) #6321

Merged
merged 1 commit into from
Oct 6, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 1 addition & 6 deletions integration-tests/snapshots/AdaDoom3/AdaDoom3/report.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Args: '["**/*.*"]'
Summary:
files: 103
filesWithIssues: 98
issues: 3164
issues: 3159
errors: 0
Errors: []

Expand Down Expand Up @@ -922,7 +922,6 @@ issues:
- "Engine/neo-api-windows.ads:285:6 VSCROLL U WM_VSCROLL : constant Int"
- "Engine/neo-api-windows.ads:286:6 SETREDRAW U WM_SETREDRAW : constant Int"
- "Engine/neo-api-windows.ads:287:6 MOUSEWHEEL U WM_MOUSEWHEEL : constant Int_Unsigned"
- "Engine/neo-api-windows.ads:288:6 GETTEXT U WM_GETTEXT : constant Int"
- "Engine/neo-api-windows.ads:289:6 KEYDOWN U WM_KEYDOWN : constant Int"
- "Engine/neo-api-windows.ads:290:6 SYSKEYDOWN U WM_SYSKEYDOWN : constant Int_Unsigned"
- "Engine/neo-api-windows.ads:291:6 SETTEXT U WM_SETTEXT : constant Int"
Expand Down Expand Up @@ -2187,8 +2186,6 @@ issues:
- "Engine/Systems/Win32/neo-engine-system-console.adb:522:21 MOUSEWHEEL U when WM_MOUSEWHEEL =>"
- "Engine/Systems/Win32/neo-engine-system-console.adb:526:55 VSCROLL U Msg => WM_VSCROLL,"
- "Engine/Systems/Win32/neo-engine-system-console.adb:539:21 KEYDOWN U when WM_KEYDOWN =>"
- "Engine/Systems/Win32/neo-engine-system-console.adb:558:55 GETTEXT U SendMessageW (Input_Box, WM_GETTEXT, Int_Ptr (Input_Buffer"
- "Engine/Systems/Win32/neo-engine-system-console.adb:564:55 GETTEXT U SendMessageW (Input_Box, WM_GETTEXT, Int_Ptr (Input_Buffer"
- "Engine/Systems/Win32/neo-engine-system-console.adb:598:74 GETFIRSTVISIBLELINE U SendMessageW (Output_Box, EM_GETFIRSTVISIBLELINE, 0, 0));"
- "Engine/Systems/Win32/neo-engine-system-console.adb:604:48 SETREDRAW U SendMessageW (Output_Box, WM_SETREDRAW, 0, 0));"
- "Engine/Systems/Win32/neo-engine-system-console.adb:607:48 GETSEL U SendMessageW (Output_Box, EM_GETSEL, To_Int_Ptr (Start_Selection"
Expand Down Expand Up @@ -2428,8 +2425,6 @@ issues:
- "readme.md:27:2 gprbuild U `gprbuild -p -P neo.gpr `"
- "runsdk.hta:5:78 Squirek U Copyright (C) 2016 Justin Squirek"
- "runsdk.hta:16:52 scriptable U tools or performing scriptable actions necessary for"
- "runsdk.hta:161:13 APPDATA U var APPDATA_FOLDER = '%APPDATA%"
- "runsdk.hta:161:32 APPDATA U var APPDATA_FOLDER = '%APPDATA%\\\\roaming\\\\neo';"
- "runsdk.hta:168:37 HKLM U ARCHITECTURE_REG_KEY = 'HKLM\\\\SYSTEM\\\\CurrentControlSet"
- "runsdk.hta:175:66 Bitsize U SCENARIO_OPTION_PREFIX + 'Bitsize=' + BIT_SIZE;"
- "runsdk.hta:182:17 GNATMAKE U var CMD_GNATMAKE = 'gnatmake -P .\\\\neo"
Expand Down
11 changes: 3 additions & 8 deletions integration-tests/snapshots/AdaDoom3/AdaDoom3/snapshot.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Repository: AdaDoom3/AdaDoom3
Url: "https://github.com/AdaDoom3/AdaDoom3.git"
Args: ["**/*.*"]
Lines:
CSpell: Files checked: 103, Issues found: 3164 in 98 files.
CSpell: Files checked: 103, Issues found: 3159 in 98 files.
exit code: 1
Engine/Assembly/PPC/neo-engine-cpu.adb:5:78 - Unknown word (Squirek) -- Copyright (C) 2016 Justin Squirek
Engine/Assembly/x86-64/neo-engine-cpu.adb:100:111 - Unknown word (POPCNT) -- ECX_Register, 23); -- POPCNT
Expand Down Expand Up @@ -144,9 +144,7 @@ Engine/Systems/Win32/neo-engine-system-console.adb:519:34 - Unknown word (Out
Engine/Systems/Win32/neo-engine-system-console.adb:522:21 - Unknown word (MOUSEWHEEL) -- when WM_MOUSEWHEEL =>
Engine/Systems/Win32/neo-engine-system-console.adb:526:55 - Unknown word (VSCROLL) -- Msg => WM_VSCROLL,
Engine/Systems/Win32/neo-engine-system-console.adb:539:21 - Unknown word (KEYDOWN) -- when WM_KEYDOWN =>
Engine/Systems/Win32/neo-engine-system-console.adb:558:55 - Unknown word (GETTEXT) -- SendMessageW (Input_Box, WM_GETTEXT, Int_Ptr (Input_Buffer
Engine/Systems/Win32/neo-engine-system-console.adb:55:27 - Unknown word (TEXTMETRIC) -- Text_Metric : aliased TEXTMETRIC := (others =
Engine/Systems/Win32/neo-engine-system-console.adb:564:55 - Unknown word (GETTEXT) -- SendMessageW (Input_Box, WM_GETTEXT, Int_Ptr (Input_Buffer
Engine/Systems/Win32/neo-engine-system-console.adb:56:27 - Unknown word (WNDCLASSEX) -- Class : aliased WNDCLASSEX := (others =
Engine/Systems/Win32/neo-engine-system-console.adb:57:27 - Unknown word (NONCLIENTMETRICS) -- Metrics : aliased NONCLIENTMETRICS := (others => <>);
Engine/Systems/Win32/neo-engine-system-console.adb:598:74 - Unknown word (GETFIRSTVISIBLELINE) -- SendMessageW (Output_Box, EM_GETFIRSTVISIBLELINE, 0, 0));
Expand Down Expand Up @@ -1185,10 +1183,9 @@ Engine/neo-api-windows.ads:281:6 - Unknown word (GETMINMAXINFO) -- WM_
Engine/neo-api-windows.ads:285:6 - Unknown word (VSCROLL) -- WM_VSCROLL : constant Int
Engine/neo-api-windows.ads:286:6 - Unknown word (SETREDRAW) -- WM_SETREDRAW : constant Int
Engine/neo-api-windows.ads:287:6 - Unknown word (MOUSEWHEEL) -- WM_MOUSEWHEEL : constant Int_Unsigned
Engine/neo-api-windows.ads:288:6 - Unknown word (GETTEXT) -- WM_GETTEXT : constant Int
Engine/neo-api-windows.ads:289:6 - Unknown word (KEYDOWN) -- WM_KEYDOWN : constant Int
Engine/neo-api-windows.ads:290:6 - Unknown word (SYSKEYDOWN) -- WM_SYSKEYDOWN : constant Int_Unsigned
Engine/neo-api-windows.ads:291:6 - Unknown word (SETTEXT) -- WM_SETTEXT : constant Int
Engine/neo-api-windows.ads:291:6 - Unknown word (SETTEXT) -- WM_SETTEXT : constant Int
Engine/neo-api-windows.ads:292:6 - Unknown word (SETFONT) -- WM_SETFONT : constant Int
Engine/neo-api-windows.ads:295:6 - Unknown word (SYSCOMMAND) -- WM_SYSCOMMAND : constant Int_Unsigned
Engine/neo-api-windows.ads:296:6 - Unknown word (CTLCOLOREDIT) -- WM_CTLCOLOREDIT : constant Int_Unsigned
Expand Down Expand Up @@ -1252,7 +1249,7 @@ Engine/neo-api-windows.ads:430:54 - Unknown word (HCURSOR) -- := N
Engine/neo-api-windows.ads:431:54 - Unknown word (HBRUSH) -- := 0; -- HBRUSH
Engine/neo-api-windows.ads:432:54 - Unknown word (LPCTSTR) -- _C := null; -- LPCTSTR
Engine/neo-api-windows.ads:432:7 - Unknown word (lpsz) -- lpszMenuName : Ptr_Char
Engine/neo-api-windows.ads:433:54 - Unknown word (LPCTSTR) -- _C := null; -- LPCTSTR
Engine/neo-api-windows.ads:433:54 - Unknown word (LPCTSTR) -- _C := null; -- LPCTSTR
Engine/neo-api-windows.ads:433:7 - Unknown word (lpsz) -- lpszClassName : Ptr_Char
Engine/neo-api-windows.ads:434:54 - Unknown word (HICON) -- := NULL_PTR; -- HICON
Engine/neo-api-windows.ads:451:7 - Unknown word (Gamepad) -- Gamepad : XINPUT_GAMEPAD
Expand Down Expand Up @@ -3145,8 +3142,6 @@ neo.gpr:87:72 - Unknown word (GLSL) -- -- GLSL shaders
neo.gpr:92:98 - Unknown word (senario) -- the source access to senario variable DEBUG
neo.gpr:99:25 - Unknown word (Xlinker) -- Switch_Linker := ("-Xlinker", -- Setup
readme.md:27:2 - Unknown word (gprbuild) -- `gprbuild -p -P neo.gpr `
runsdk.hta:161:13 - Unknown word (APPDATA) -- var APPDATA_FOLDER = '%APPDATA%
runsdk.hta:161:32 - Unknown word (APPDATA) -- var APPDATA_FOLDER = '%APPDATA%\\roaming\\neo';
runsdk.hta:168:37 - Unknown word (HKLM) -- ARCHITECTURE_REG_KEY = 'HKLM\\SYSTEM\\CurrentControlSet
runsdk.hta:16:52 - Unknown word (scriptable) -- tools or performing scriptable actions necessary for
runsdk.hta:175:66 - Unknown word (Bitsize) -- SCENARIO_OPTION_PREFIX + 'Bitsize=' + BIT_SIZE;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Args: '["--config=cSpell.json","**/*.{md,ts,js}"]'
Summary:
files: 2426
filesWithIssues: 874
issues: 3047
issues: 3045
errors: 0
Errors: []

Expand Down Expand Up @@ -72,7 +72,6 @@ issues:
- "documentation/typespec-end-to-end-scenarios.md:194:227 lanaguge U RPSaaSDev`, to different lanaguge SDK repos."
- "documentation/typespec-end-to-end-scenarios.md:200:38 compliation U should verify TypeSpec compliation"
- "documentation/typespec-end-to-end-scenarios.md:202:31 lanauge U Optionally CI generated key lanauge SDKs changes can be"
- "documentation/typespec-rest-api-dev-process.md:50:37 devcontainer U VSCode with local docker .devcontainer"
- "documentation/typespec-rest-api-dev-process.md:73:12 reporoot U 1. Under `[reporoot]\\specifications`, create"
- "documentation/typespec-rest-api-dev-process.md:86:104 follwoing (following) U resource-manager` folders follwoing the naming conventions"
- "documentation/typespec-rest-api-dev-process.md:144:57 parters U message to [TypeSpec parters - teams channel](https"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Repository: Azure/azure-rest-api-specs
Url: "https://github.com/Azure/azure-rest-api-specs.git"
Args: ["--config=cSpell.json","**/*.{md,ts,js}"]
Lines:
CSpell: Files checked: 2426, Issues found: 3047 in 874 files.
CSpell: Files checked: 2426, Issues found: 3045 in 874 files.
exit code: 1
CONTRIBUTING.md:24:6 - Unknown word (tocstop) -- <!-- tocstop -->
CONTRIBUTING.md:79:3 - Unknown word (Poli) -- - PoliCheck -
Expand Down Expand Up @@ -69,11 +69,10 @@ documentation/typespec-end-to-end-scenarios.md:200:38 - Unknown word (complia
documentation/typespec-end-to-end-scenarios.md:202:31 - Unknown word (lanauge) -- Optionally CI generated key lanauge SDKs changes can be
documentation/typespec-end-to-end-scenarios.md:78:12 - Unknown word (requsite) -- B["2.1 pre-requsite dependencies installation
documentation/typespec-end-to-end-scenarios.md:80:39 - Unknown word (Prcoess) -- .2 TypeSpec-Project-Prcoess.ps1`"]
documentation/typespec-rest-api-dev-process.md:144:57 - Unknown word (parters) -- message to [TypeSpec parters - teams channel](https
documentation/typespec-rest-api-dev-process.md:144:57 - Unknown word (parters) -- message to [TypeSpec parters - teams channel](https
documentation/typespec-rest-api-dev-process.md:168:38 - Unknown word (widgetmanager) -- pecifications/contoso/contoso.widgetmanager
documentation/typespec-rest-api-dev-process.md:50:37 - Unknown word (devcontainer) -- VSCode with local docker .devcontainer
documentation/typespec-rest-api-dev-process.md:73:12 - Unknown word (reporoot) -- 1. Under `[reporoot]\specifications`, create
documentation/typespec-rest-api-dev-process.md:86:104 - Unknown word (follwoing) -- resource-manager` folders follwoing the naming conventions
documentation/typespec-rest-api-dev-process.md:73:12 - Unknown word (reporoot) -- 1. Under `[reporoot]\specifications`, create
documentation/typespec-rest-api-dev-process.md:86:104 - Unknown word (follwoing) -- resource-manager` folders follwoing the naming conventions
documentation/x-ms-examples.md:105:29 - Unknown word (testrg) -- resourceGroupName": "testrg123",
documentation/x-ms-examples.md:106:30 - Unknown word (testacc) -- storageAccountName": "testacc6141",
eng/tools/specs-model/eslint.config.js:10:8 - Unknown word (tseslint) -- import tseslint from "typescript-eslint
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Args: '["**"]'
Summary:
files: 621
filesWithIssues: 326
issues: 2966
issues: 2960
errors: 0
Errors: []

Expand Down Expand Up @@ -246,9 +246,6 @@ issues:
- "derive/src/lib.rs:103:42 pytraverse U Traverse, attributes(pytraverse))]"
- "derive/src/lib.rs:104:8 pytraverse U pub fn pytraverse(item: proc_macro::TokenStream"
- "derive/src/lib.rs:106:18 pytraverse U derive_impl::pytraverse(item).into()"
- "DEVELOPMENT.md:24:20 rustup U - If you have `rustup` on your system, enter"
- "DEVELOPMENT.md:25:24 rustup U stable version: `rustup update stable`"
- "DEVELOPMENT.md:26:47 rustup U Rust installed, use [rustup](https://rustup.rs/"
- "DEVELOPMENT.md:101:28 flamescope U will generate a file `flamescope.json`, which can be"
- "DEVELOPMENT.md:106:7 flamescope U $ cat flamescope.json"
- "DEVELOPMENT.md:113:5 speedscope U The speedscope json format (default"
Expand Down Expand Up @@ -1226,16 +1223,13 @@ issues:
- "pylib/Cargo.toml:2:20 pylib U name = \"rustpython-pylib\""
- "pylib/src/lib.rs:1:1\tNo issues found"
- "README.md:16:4 WAPM U [![WAPM package](https://wapm"
- "README.md:24:94 rustup U the instructions at [rustup.rs](https://rustup.rs"
- "README.md:27:2 rustup U `rustup update stable` will"
- "README.md:53:38 RUSTPYTHONPATH U windows users, please set `RUSTPYTHONPATH` environment variable"
- "README.md:54:58 RUSTPYTHONPATH U C:\\RustPython`, set `RUSTPYTHONPATH` as `C:\\RustPython\\Lib"
- "README.md:97:8 wasmer U Run by wasmer"
- "README.md:100:1 wasmer U wasmer run --dir `pwd` -- target"
- "README.md:103:8 wapm U Run by wapm"
- "README.md:106:3 wapm U $ wapm install rustpython"
- "README.md:107:3 wapm U $ wapm run rustpython"
- "README.md:120:114 rustup U also have to run once `rustup target add wasm32-wasi"
- "README.md:168:4 FOSDEM U - [FOSDEM 2019](https://www.youtube"
- "README.md:176:4 Greptime U - [GreptimeDB](https://github.com"
- "README.md:177:4 pyckitup U - [pyckitup](https://github.com"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Repository: RustPython/RustPython
Url: "https://github.com/RustPython/RustPython.git"
Args: ["**"]
Lines:
CSpell: Files checked: 621, Issues found: 2966 in 326 files.
CSpell: Files checked: 621, Issues found: 2960 in 326 files.
exit code: 1
Cargo.toml:100:61 - Unknown word (pylib) -- , "vm/sre_engine", "pylib", "stdlib", "derive
Cargo.toml:121:12 - Unknown word (pylib) -- rustpython-pylib = { path = "pylib",
Expand All @@ -29,9 +29,6 @@ DEVELOPMENT.md:101:28 - Unknown word (flamescope) -- will generate a file `fl
DEVELOPMENT.md:106:7 - Unknown word (flamescope) -- $ cat flamescope.json
DEVELOPMENT.md:113:5 - Unknown word (speedscope) -- The speedscope json format (default
DEVELOPMENT.md:131:26 - Unknown word (subcrates) -- src`: using the other subcrates to bring rustpython
DEVELOPMENT.md:24:20 - Unknown word (rustup) -- - If you have `rustup` on your system, enter
DEVELOPMENT.md:25:24 - Unknown word (rustup) -- stable version: `rustup update stable`
DEVELOPMENT.md:26:47 - Unknown word (rustup) -- Rust installed, use [rustup](https://rustup.rs/
Dockerfile.bin:13:5 - Unknown word (RUSTPYTHONPATH) -- ENV RUSTPYTHONPATH /usr/lib/rustpython
LICENSE-logo:139:15 - Unknown word (sublicensable) -- non-sublicensable, non-exclusive, irrevocable
LICENSE-logo:205:34 - Unknown word (waivable) -- under any voluntary or waivable statutory or compulsory
Expand All @@ -43,16 +40,13 @@ README.md:100:1 - Unknown word (wasmer) -- wasmer run --dir `pwd` --
README.md:103:8 - Unknown word (wapm) -- Run by wapm
README.md:106:3 - Unknown word (wapm) -- $ wapm install rustpython
README.md:107:3 - Unknown word (wapm) -- $ wapm run rustpython
README.md:120:114 - Unknown word (rustup) -- also have to run once `rustup target add wasm32-wasi
README.md:168:4 - Unknown word (FOSDEM) -- - [FOSDEM 2019](https://www.youtube
README.md:16:4 - Unknown word (WAPM) -- [![WAPM package](https://wapm
README.md:176:4 - Unknown word (Greptime) -- - [GreptimeDB](https://github.com
README.md:177:4 - Unknown word (pyckitup) -- - [pyckitup](https://github.com
README.md:245:16 - Unknown word (rspython) -- [windelbouwman/rspython](https://github.com
README.md:245:2 - Unknown word (windelbouwman) -- [windelbouwman/rspython](https://github
README.md:246:2 - Unknown word (shinglyu) -- [shinglyu/RustPython](https:/
README.md:24:94 - Unknown word (rustup) -- the instructions at [rustup.rs](https://rustup.rs
README.md:27:2 - Unknown word (rustup) -- `rustup update stable` will
README.md:53:38 - Unknown word (RUSTPYTHONPATH) -- windows users, please set `RUSTPYTHONPATH` environment variable
README.md:54:58 - Unknown word (RUSTPYTHONPATH) -- C:\RustPython`, set `RUSTPYTHONPATH` as `C:\RustPython\Lib
README.md:97:8 - Unknown word (wasmer) -- Run by wasmer
Expand Down
6 changes: 1 addition & 5 deletions integration-tests/snapshots/alexiosc/megistos/report.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Args: '["--config=${repoConfig}/cspell.json","**/*.{md,c,h,html}"]'
Summary:
files: 583
filesWithIssues: 577
issues: 47252
issues: 47233
errors: 0
Errors: []

Expand Down Expand Up @@ -42,7 +42,6 @@ issues:
- "ATTIC/intl/dcigettext.c:229:20 nfile U struct loaded_l10nfile *domain;"
- "ATTIC/intl/dcigettext.c:251:12 transcmp U static int transcmp PARAMS ((const void"
- "ATTIC/intl/dcigettext.c:279:9 INTVARDEF U #ifndef INTVARDEF"
- "ATTIC/intl/dcigettext.c:298:36 LOCALEDIR U default_dirname[] = LOCALEDIR;"
- "ATTIC/intl/dcigettext.c:313:20 categoryname U const char *categoryname))"
- "ATTIC/intl/dcigettext.c:316:22 localeinfo U include \"../locale/localeinfo.h\""
- "ATTIC/intl/dcigettext.c:327:10 freea U # define freea(p) /* nothing */"
Expand Down Expand Up @@ -147,11 +146,9 @@ issues:
- "ATTIC/intl/localename.c:733:19 TAMAZIGHT U case 0x5f: /* TAMAZIGHT */ return \"ber_MA\";"
- "ATTIC/intl/localename.c:741:19 TSONGA U case 0x31: /* TSONGA */ return \"ts_ZA\";"
- "ATTIC/intl/localename.c:760:19 VENDA U case 0x33: /* VENDA */ return \"ven_ZA\";"
- "ATTIC/intl/log.c:99:27 nmsgstr U fprintf (logfile, \"\\nmsgstr[0] \\\"\\\"\\n\");"
- "ATTIC/intl/os2compat.c:29:80 ppsz U pszName, unsigned char **ppszValue);"
- "ATTIC/intl/os2compat.c:44:8 nlos U char *_nlos2_libdir = NULL;"
- "ATTIC/intl/os2compat.c:45:14 localealiaspath U char *_nlos2_localealiaspath = NULL;"
- "ATTIC/intl/os2compat.c:46:14 localedir U char *_nlos2_localedir = NULL;"
- "ATTIC/intl/os2compat.c:51:25 UNIXROOT U char *root = getenv (\"UNIXROOT\");"
- "ATTIC/intl/os2compat.c:52:9 gnulocaledir U char *gnulocaledir = getenv (\"GNULOCALEDIR"
- "ATTIC/intl/os2compat.c:52:33 GNULOCALEDIR U gnulocaledir = getenv (\"GNULOCALEDIR\");"
Expand Down Expand Up @@ -6459,7 +6456,6 @@ issues:
- "src/libmegistos/msgidx.c:274:11 sourceidx U int32_t sourceidx = strlen (MBK_MAGIC"
- "src/libmegistos/msgidx.c:378:23 xlated U char line[1024], xlated[1024], text[16384];"
- "src/libmegistos/msgidx.c:417:16 shouldbe U char shouldbe[256];"
- "src/libmegistos/msgidx.c:704:20 BUILDDIR U if ((s = getenv (\"BUILDDIR\")) != NULL) {"
- "src/libmegistos/msgidx.c:715:13 msdidx U perror(\"msdidx: malloc()\");"
- "src/libmegistos/msgidx.c:732:40 INSTANCEDIR U malloc (/*strlen (__INSTANCEDIR) + 1 +*/"
- "src/libmegistos/output.c:66:24 protectvars U Fixed bug involving protectvars in printfile()."
Expand Down
Loading