From b3d5902dd8b5dae9a82fccfdc6f5ab41d0358b2b Mon Sep 17 00:00:00 2001 From: Jason3S Date: Thu, 19 Oct 2023 07:45:11 +0000 Subject: [PATCH] fix: Workflow Bot -- Update Dictionaries --- .../RustPython/RustPython/report.yaml | 3 +- .../RustPython/RustPython/snapshot.txt | 3 +- .../TheAlgorithms/Python/report.yaml | 8 +-- .../TheAlgorithms/Python/snapshot.txt | 6 +-- .../aspnetboilerplate/report.yaml | 8 +-- .../aspnetboilerplate/snapshot.txt | 6 +-- .../snapshots/caddyserver/caddy/report.yaml | 25 +++------- .../snapshots/caddyserver/caddy/snapshot.txt | 21 +++----- .../snapshots/django/django/report.yaml | 21 +++----- .../snapshots/django/django/snapshot.txt | 23 +++------ .../snapshots/eslint/eslint/report.yaml | 12 ++--- .../snapshots/eslint/eslint/snapshot.txt | 8 +-- .../googleapis/google-cloud-cpp/report.yaml | 38 ++++---------- .../googleapis/google-cloud-cpp/snapshot.txt | 34 +++---------- .../ktaranov/sqlserver-kit/report.yaml | 4 +- .../ktaranov/sqlserver-kit/snapshot.txt | 4 +- .../microsoft/TypeScript-Website/report.yaml | 6 +-- .../microsoft/TypeScript-Website/snapshot.txt | 6 +-- .../neovim/nvim-lspconfig/report.yaml | 3 +- .../neovim/nvim-lspconfig/snapshot.txt | 3 +- .../snapshots/pagekit/pagekit/report.yaml | 6 +-- .../snapshots/pagekit/pagekit/snapshot.txt | 4 +- .../snapshots/php/php-src/report.yaml | 20 ++------ .../snapshots/php/php-src/snapshot.txt | 18 ++----- .../snapshots/sveltejs/svelte/report.yaml | 38 +++++++------- .../snapshots/sveltejs/svelte/snapshot.txt | 14 ++---- .../typescript-cheatsheets/react/report.yaml | 4 +- .../typescript-cheatsheets/react/snapshot.txt | 4 +- packages/cspell-bundled-dicts/package.json | 12 ++--- pnpm-lock.yaml | 50 +++++++++++-------- 30 files changed, 137 insertions(+), 275 deletions(-) diff --git a/integration-tests/snapshots/RustPython/RustPython/report.yaml b/integration-tests/snapshots/RustPython/RustPython/report.yaml index 0e17a2b6b38..485742c411d 100644 --- a/integration-tests/snapshots/RustPython/RustPython/report.yaml +++ b/integration-tests/snapshots/RustPython/RustPython/report.yaml @@ -5,7 +5,7 @@ Args: '["**"]' Summary: files: 597 filesWithIssues: 306 - issues: 2676 + issues: 2674 errors: 0 Errors: [] @@ -87,7 +87,6 @@ issues: - "extra_tests/snippets/builtin_bytearray.py:54:23 abcdé U assert len(bytearray(\"abcdé\", \"utf8\")) == 6" - "extra_tests/snippets/builtin_bytearray.py:72:33 unashable U bytearray(b\"abcd\")) # unashable" - "extra_tests/snippets/builtin_bytearray.py:79:29 abcdab U a + b == bytearray(b\"abcdab\")" - - "extra_tests/snippets/builtin_bytearray.py:95:17 abcdefghij U d = bytearray(b\"abcdefghij\")" - "extra_tests/snippets/builtin_bytearray.py:99:30 cdef U 2:6] == bytearray(b\"cdef\")" - "extra_tests/snippets/builtin_bytearray.py:100:30 efghij U -6:] == bytearray(b\"efghij\")" - "extra_tests/snippets/builtin_bytearray.py:101:32 bdfh U 8:2] == bytearray(b\"bdfh\")" diff --git a/integration-tests/snapshots/RustPython/RustPython/snapshot.txt b/integration-tests/snapshots/RustPython/RustPython/snapshot.txt index ba8df1181ad..10c847dcc15 100644 --- a/integration-tests/snapshots/RustPython/RustPython/snapshot.txt +++ b/integration-tests/snapshots/RustPython/RustPython/snapshot.txt @@ -3,7 +3,7 @@ Repository: RustPython/RustPython Url: "https://github.com/RustPython/RustPython.git" Args: ["**"] Lines: - CSpell: Files checked: 597, Issues found: 2676 in 306 files + CSpell: Files checked: 597, Issues found: 2674 in 306 files exit code: 1 ./Cargo.toml:111:82 - Unknown word (termcolor) -- features = ["atty", "termcolor"] } ./Cargo.toml:154:62 - Unknown word (redoxer) -- to compile/check with redoxer @@ -133,7 +133,6 @@ Lines: ./extra_tests/snippets/builtin_bytearray.py:739:109 - Unknown word (xbfab) -- x0c\x00\x00\x00\xc3\xbfab\xc2\x80\x00\x00\xc3 ./extra_tests/snippets/builtin_bytearray.py:741:40 - Unknown word (cbuiltins) -- dumps(a, 3) == b'\x80\x03cbuiltins\nbytearray\nq\x00C\t ./extra_tests/snippets/builtin_bytearray.py:79:29 - Unknown word (abcdab) -- a + b == bytearray(b"abcdab") -./extra_tests/snippets/builtin_bytearray.py:95:17 - Unknown word (abcdefghij) -- d = bytearray(b"abcdefghij") ./extra_tests/snippets/builtin_bytearray.py:99:30 - Unknown word (cdef) -- 2:6] == bytearray(b"cdef") ./extra_tests/snippets/builtin_bytes.py:631:18 - Unknown word (bytess) -- return b"bytess" ./extra_tests/snippets/builtin_dict_union.py:4:10 - Unknown word (dunion) -- def test_dunion_ior0(): diff --git a/integration-tests/snapshots/TheAlgorithms/Python/report.yaml b/integration-tests/snapshots/TheAlgorithms/Python/report.yaml index db401acd270..faddb645dea 100644 --- a/integration-tests/snapshots/TheAlgorithms/Python/report.yaml +++ b/integration-tests/snapshots/TheAlgorithms/Python/report.yaml @@ -5,7 +5,7 @@ Args: '["**/*.{md,py}"]' Summary: files: 1277 filesWithIssues: 485 - issues: 3286 + issues: 3267 errors: 0 Errors: [] @@ -212,7 +212,6 @@ issues: - "ciphers/enigma_machine2.py:111:16 pbstring U def _plugboard(pbstring: str) -> dict[str, str" - "ciphers/enigma_machine2.py:142:5 tmppbl U tmppbl = set()" - "ciphers/enigma_machine2.py:185:7 VKLEPDBGRNWTFCJOHQAMUZYIXS U | VKLEPDBGRNWTFCJOHQAMUZYIXS |" - - "ciphers/enigma_machine2.py:193:7 ABCDEFGHIJKLM U | ABCDEFGHIJKLM | e.g. E is paired to" - "ciphers/enigma_machine2.py:194:7 ZYXWVUTSRQPON U | ZYXWVUTSRQPON | so when E goes in" - "ciphers/enigma_machine2.py:203:6 KORYH U 'KORYH JUHHI!'" - "ciphers/enigma_machine2.py:203:12 JUHHI U 'KORYH JUHHI!'" @@ -388,8 +387,7 @@ issues: - "data_structures/binary_tree/treap.py:8:5 Treap's U Treap's node" - "data_structures/binary_tree/treap.py:9:5 Treap U Treap is a binary tree by" - "data_structures/binary_tree/treap.py:124:14 treap U def interact_treap(root: Node | None, args" - - "data_structures/binary_tree/wavelet_tree.py:18:14 maxx U self.maxx: int = -1" - - "data_structures/binary_tree/wavelet_tree.py:120:5 quantile U def quantile(node: Node | None, index" + - "data_structures/binary_tree/wavelet_tree.py:18:14 maxx U self.maxx: int = -1" - "data_structures/disjoint_set/alternate_disjoint_set.py:54:26 disj U def get_parent(self, disj_set: int) -> int:" - "data_structures/hashing/hash_map.py:7:32 Hettinger U Dictionaries by Raymond Hettinger" - "data_structures/hashing/tests/test_hash_map.py:56:52 upsize U range(5)], # guaranteed upsize" @@ -662,7 +660,6 @@ issues: - "genetic_algorithm/basic_string.py:5:11 rkia U Author: D4rkia" - "genetic_algorithm/basic_string.py:28:19 Helxo U >>> evaluate(\"Helxo Worlx\", \"Hello World" - "genetic_algorithm/basic_string.py:28:25 Worlx U >>> evaluate(\"Helxo Worlx\", \"Hello World\")" - - "genetic_algorithm/basic_string.py:177:37 abcdefghijklm U ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklm\"" - "genetic_algorithm/basic_string.py:178:10 nopqrstuvwxyz U \"nopqrstuvwxyz.,;!?+-*#@^'èéòà€ù=)" - "genetic_algorithm/basic_string.py:178:35 èéòà U nopqrstuvwxyz.,;!?+-*#@^'èéòà€ù=)(&%$£/\\\\\"" - "geodesy/lamberts_ellipsoidal_distance.py:68:39 Pcos U sin(sigma)) * sin^2Pcos^2Q / cos^2(sigma/2)" @@ -731,7 +728,6 @@ issues: - "hashes/md5.py:31:7 pqrstuvwhijklmno U b'pqrstuvwhijklmno90abcdfg12345678'" - "hashes/md5.py:31:25 abcdfg U b'pqrstuvwhijklmno90abcdfg12345678'" - "hashes/md5.py:318:54 Üñîçø U letters.encode(\"utf-8\"), \"Üñîçø∂é\".encode(\"utf-8\")," - - "hashes/md5.py:327:11 consts U added_consts = [int(2**32 * abs(sin" - "hashes/README.md:7:113 Rivest U algorithm made by Ray Rivest that is known to suffer" - "hashes/README.md:14:159 cleartext U size of the plaintext/cleartext. Other algorithms in" - "hashes/README.md:17:200 IMEI U credit card numbers, IMEI numbers, and Canadian" diff --git a/integration-tests/snapshots/TheAlgorithms/Python/snapshot.txt b/integration-tests/snapshots/TheAlgorithms/Python/snapshot.txt index 1bb8ac56a53..410b9f7993a 100644 --- a/integration-tests/snapshots/TheAlgorithms/Python/snapshot.txt +++ b/integration-tests/snapshots/TheAlgorithms/Python/snapshot.txt @@ -3,7 +3,7 @@ Repository: TheAlgorithms/Python Url: "https://github.com/TheAlgorithms/Python.git" Args: ["**/*.{md,py}"] Lines: - CSpell: Files checked: 1277, Issues found: 3286 in 485 files + CSpell: Files checked: 1277, Issues found: 3267 in 485 files exit code: 1 ./CONTRIBUTING.md:142:33 - Unknown word (pytest) -- doctests will be run by pytest as part of our automated ./CONTRIBUTING.md:145:14 - Unknown word (doctest) -- python3 -m doctest -v my_submission.py @@ -325,7 +325,6 @@ Lines: ./ciphers/enigma_machine2.py:111:16 - Unknown word (pbstring) -- def _plugboard(pbstring: str) -> dict[str, str ./ciphers/enigma_machine2.py:142:5 - Unknown word (tmppbl) -- tmppbl = set() ./ciphers/enigma_machine2.py:185:7 - Unknown word (VKLEPDBGRNWTFCJOHQAMUZYIXS) -- | VKLEPDBGRNWTFCJOHQAMUZYIXS | -./ciphers/enigma_machine2.py:193:7 - Unknown word (ABCDEFGHIJKLM) -- | ABCDEFGHIJKLM | e.g. E is paired to ./ciphers/enigma_machine2.py:194:7 - Unknown word (ZYXWVUTSRQPON) -- | ZYXWVUTSRQPON | so when E goes in ./ciphers/enigma_machine2.py:203:12 - Unknown word (JUHHI) -- 'KORYH JUHHI!' ./ciphers/enigma_machine2.py:203:6 - Unknown word (KORYH) -- 'KORYH JUHHI!' @@ -504,7 +503,6 @@ Lines: ./data_structures/binary_tree/treap.py:124:14 - Unknown word (treap) -- def interact_treap(root: Node | None, args ./data_structures/binary_tree/treap.py:8:5 - Unknown word (Treap's) -- Treap's node ./data_structures/binary_tree/treap.py:9:5 - Unknown word (Treap) -- Treap is a binary tree by -./data_structures/binary_tree/wavelet_tree.py:120:5 - Unknown word (quantile) -- def quantile(node: Node | None, index ./data_structures/binary_tree/wavelet_tree.py:18:14 - Unknown word (maxx) -- self.maxx: int = -1 ./data_structures/disjoint_set/alternate_disjoint_set.py:54:26 - Unknown word (disj) -- def get_parent(self, disj_set: int) -> int: ./data_structures/hashing/hash_map.py:7:32 - Unknown word (Hettinger) -- Dictionaries by Raymond Hettinger @@ -654,7 +652,6 @@ Lines: ./fractals/sierpinski_triangle.py:13:38 - Unknown word (Wacław) -- Polish mathematician Wacław Sierpiński, but appeared ./fractals/sierpinski_triangle.py:2:55 - Unknown word (anuragkumarak) -- uragkumarak95@gmail.com | git/anuragkumarak95 ./fractals/sierpinski_triangle.py:6:13 - Unknown word (Sierpiński) -- What is the Sierpiński Triangle? -./genetic_algorithm/basic_string.py:177:37 - Unknown word (abcdefghijklm) -- ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklm" ./genetic_algorithm/basic_string.py:178:10 - Unknown word (nopqrstuvwxyz) -- "nopqrstuvwxyz.,;!?+-*#@^'èéòà€ù=) ./genetic_algorithm/basic_string.py:178:35 - Unknown word (èéòà) -- nopqrstuvwxyz.,;!?+-*#@^'èéòà€ù=)(&%$£/\\" ./genetic_algorithm/basic_string.py:28:19 - Unknown word (Helxo) -- >>> evaluate("Helxo Worlx", "Hello World @@ -730,7 +727,6 @@ Lines: ./hashes/md5.py:318:54 - Unknown word (Üñîçø) -- letters.encode("utf-8"), "Üñîçø∂é".encode("utf-8"), ./hashes/md5.py:31:25 - Unknown word (abcdfg) -- b'pqrstuvwhijklmno90abcdfg12345678' ./hashes/md5.py:31:7 - Unknown word (pqrstuvwhijklmno) -- b'pqrstuvwhijklmno90abcdfg12345678' -./hashes/md5.py:327:11 - Unknown word (consts) -- added_consts = [int(2**32 * abs(sin ./hashes/sdbm.py:2:36 - Unknown word (sdbm) -- algorithm was created for sdbm (a public-domain reimplementa ./hashes/sdbm.py:2:58 - Unknown word (reimplementation) -- sdbm (a public-domain reimplementation of ndbm) ./hashes/sha256.py:1:14 - Unknown word (Yathurshan) -- # Author: M. Yathurshan diff --git a/integration-tests/snapshots/aspnetboilerplate/aspnetboilerplate/report.yaml b/integration-tests/snapshots/aspnetboilerplate/aspnetboilerplate/report.yaml index 65d4687e5a2..f028c7127c6 100644 --- a/integration-tests/snapshots/aspnetboilerplate/aspnetboilerplate/report.yaml +++ b/integration-tests/snapshots/aspnetboilerplate/aspnetboilerplate/report.yaml @@ -4,8 +4,8 @@ Url: https://github.com/aspnetboilerplate/aspnetboilerplate Args: '["**/*.{md,cs,cshtml}","--exclude=wwwroot","--exclude=**/*SampleApp.Tests/Web*"]' Summary: files: 2541 - filesWithIssues: 846 - issues: 3023 + filesWithIssues: 829 + issues: 2941 errors: 0 Errors: [] @@ -82,10 +82,7 @@ issues: - "doc/WebSite/EventBus-Domain-Events.md:157:1 Eventbus U Eventbus supports the **inheritance" - "doc/WebSite/EventBus-Domain-Events.md:173:21 Completor U public User CompletorUser { get; set; }" - "doc/WebSite/EventBus-Domain-Events.md:299:5 Unregistration U ### Unregistration" - - "doc/WebSite/EventBus-Domain-Events.md:302:53 unregistering U The simplest way of unregistering an" - "doc/WebSite/EventBus-Domain-Events.md:312:18 unregistration U Most likely, the unregistration will be somewhere else" - - "doc/WebSite/EventBus-Domain-Events.md:330:1 Unregistering U Unregistering a handler object must" - - "doc/WebSite/Feature-Management.md:135:63 Consts U name, AbpZeroTemplateConsts.LocalizationSourceName" - "doc/WebSite/Handling-Exceptions.md:69:42 Ooppps U UserFriendlyException(\"Ooppps! There is a problem" - "doc/WebSite/Handling-Exceptions.md:126:14 Boilerplare U When ASP.NET Boilerplare handles an exception" - "doc/WebSite/Handling-Exceptions.md:128:7 eventbus U (See [eventbus documentation](/Pages" @@ -229,7 +226,6 @@ issues: - "src/Abp.Zero.Common/Auditing/AuditLog.cs:128:47 occured (occurred) U object, if an exception occured during execution of" - "src/Abp.Zero.Common/MultiTenancy/AbpTenant.cs:32:30 deleter U // Reference to the deleter user of this entity" - "src/Abp.Zero.Common/Zero/Configuration/AbpZeroSettingProvider.cs:72:56 Maxumum U FixedLocalizableString(\"Maxumum Failed access attempt" - - "src/Abp.Zero.Ldap/Ldap/Configuration/LdapSettingNames.cs:4:18 consts U /// Contains consts for LDAP setting names" - "src/Abp.Zero.NHibernate/Zero/FluentMigrator/Migrations/_20150312_01_Add_DeleteAuidit_To_AbpTenants_Tables.cs:7:41 Auidit U 150312_01_Add_DeleteAuidit_To_AbpTenants_Tables" - "src/Abp.Zero.NHibernate/Zero/NHibernate/EntityMappings/AuditLogMap.cs:36:36 Nvarchar U .Length(Extensions.NvarcharMax);" - "src/Abp.Zero/Authorization/AbpLoginManager.cs:179:66 Hasher U UserManager.PasswordHasher.VerifyHashedPassword" diff --git a/integration-tests/snapshots/aspnetboilerplate/aspnetboilerplate/snapshot.txt b/integration-tests/snapshots/aspnetboilerplate/aspnetboilerplate/snapshot.txt index c5ce56028d4..6695ddb5f2c 100644 --- a/integration-tests/snapshots/aspnetboilerplate/aspnetboilerplate/snapshot.txt +++ b/integration-tests/snapshots/aspnetboilerplate/aspnetboilerplate/snapshot.txt @@ -3,7 +3,7 @@ Repository: aspnetboilerplate/aspnetboilerplate Url: "https://github.com/aspnetboilerplate/aspnetboilerplate" Args: ["**/*.{md,cs,cshtml}","--exclude=wwwroot","--exclude=**/*SampleApp.Tests/Web*"] Lines: - CSpell: Files checked: 2541, Issues found: 3023 in 846 files + CSpell: Files checked: 2541, Issues found: 2941 in 829 files exit code: 1 ./CONTRIBUTING.md:28:30 - Unknown word (aspnetboilerplate) -- Documents are located in [/aspnetboilerplate/doc](https://github ./LICENSE.md:3:25 - Unknown word (Volosoft) -- Copyright (c) 2013-2021 Volosoft (https://volosoft.com @@ -79,10 +79,7 @@ Lines: ./doc/WebSite/EventBus-Domain-Events.md:157:1 - Unknown word (Eventbus) -- Eventbus supports the **inheritance ./doc/WebSite/EventBus-Domain-Events.md:173:21 - Unknown word (Completor) -- public User CompletorUser { get; set; } ./doc/WebSite/EventBus-Domain-Events.md:299:5 - Unknown word (Unregistration) -- ### Unregistration -./doc/WebSite/EventBus-Domain-Events.md:302:53 - Unknown word (unregistering) -- The simplest way of unregistering an ./doc/WebSite/EventBus-Domain-Events.md:312:18 - Unknown word (unregistration) -- Most likely, the unregistration will be somewhere else -./doc/WebSite/EventBus-Domain-Events.md:330:1 - Unknown word (Unregistering) -- Unregistering a handler object must -./doc/WebSite/Feature-Management.md:135:63 - Unknown word (Consts) -- name, AbpZeroTemplateConsts.LocalizationSourceName ./doc/WebSite/Handling-Exceptions.md:126:14 - Unknown word (Boilerplare) -- When ASP.NET Boilerplare handles an exception ./doc/WebSite/Handling-Exceptions.md:128:7 - Unknown word (eventbus) -- (See [eventbus documentation](/Pages ./doc/WebSite/Handling-Exceptions.md:69:42 - Unknown word (Ooppps) -- UserFriendlyException("Ooppps! There is a problem @@ -224,7 +221,6 @@ Lines: ./src/Abp.Zero.Common/Auditing/AuditingStore.cs:8:66 - Unknown word (informations) -- /> to save auditing informations to database. ./src/Abp.Zero.Common/MultiTenancy/AbpTenant.cs:32:30 - Unknown word (deleter) -- // Reference to the deleter user of this entity ./src/Abp.Zero.Common/Zero/Configuration/AbpZeroSettingProvider.cs:72:56 - Unknown word (Maxumum) -- FixedLocalizableString("Maxumum Failed access attempt -./src/Abp.Zero.Ldap/Ldap/Configuration/LdapSettingNames.cs:4:18 - Unknown word (consts) -- /// Contains consts for LDAP setting names ./src/Abp.Zero.NHibernate/Zero/FluentMigrator/Migrations/_20150312_01_Add_DeleteAuidit_To_AbpTenants_Tables.cs:7:41 - Unknown word (Auidit) -- 150312_01_Add_DeleteAuidit_To_AbpTenants_Tables ./src/Abp.Zero.NHibernate/Zero/NHibernate/EntityMappings/AuditLogMap.cs:36:36 - Unknown word (Nvarchar) -- .Length(Extensions.NvarcharMax); ./src/Abp.Zero/Authorization/AbpLoginManager.cs:179:66 - Unknown word (Hasher) -- UserManager.PasswordHasher.VerifyHashedPassword diff --git a/integration-tests/snapshots/caddyserver/caddy/report.yaml b/integration-tests/snapshots/caddyserver/caddy/report.yaml index f7fb159730d..12eac940a41 100644 --- a/integration-tests/snapshots/caddyserver/caddy/report.yaml +++ b/integration-tests/snapshots/caddyserver/caddy/report.yaml @@ -5,7 +5,7 @@ Args: '["**/*.go"]' Summary: files: 242 filesWithIssues: 224 - issues: 3487 + issues: 3401 errors: 0 Errors: [] @@ -108,7 +108,6 @@ issues: - "caddytest/integration/autohttps_test.go:20:11 Yahaha U respond \"Yahaha! You found me!\"" - "caddytest/integration/caddyfile_test.go:82:11 clientname U Name: \"clientname\"," - "caddytest/integration/caddyfile_test.go:155:43 someinvalidprefix U unsupported URL scheme someinvalidprefix://\"," - - "caddytest/integration/caddyfile_test.go:303:15 upstreams U \"upstreams\": [" - "caddytest/integration/stream_test.go:155:3 rstring U rstring, err := httputil.DumpRequest" - "caddytest/integration/stream_test.go:337:31 automaticlly U underlying transport will automaticlly add gzip" - "cmd/caddy/main.go:27:19 xcaddy U // Or you can use xcaddy which does it all for" @@ -145,7 +144,6 @@ issues: - "logging.go:425:10 superspace U // be a superspace or subspace of an item" - "metrics.go:8:50 promauto U client_golang/prometheus/promauto\"" - "metrics.go:39:15 promhttp U // Similar to promhttp.InstrumentHandlerCounter" - - "modules.go:312:56 provisionings U cleaning up from partial provisionings." - "modules/caddyevents/app.go:15:9 caddyevents U package caddyevents" - "modules/caddyevents/app.go:128:12 Iface U handlersIface, err := ctx.LoadModule" - "modules/caddyevents/app.go:372:41 specversion U string `json:\"specversion\"`" @@ -210,11 +208,8 @@ issues: - "modules/caddyhttp/fileserver/matcher.go:324:3 fullpath U fullpath, relative, splitRemainder" - "modules/caddyhttp/fileserver/matcher.go:553:2 nlen U nlen := len(needle)" - "modules/caddyhttp/fileserver/staticfiles.go:64:40 dirctory U a JSON array of the dirctory listing when the `Accept" - - "modules/caddyhttp/fileserver/staticfiles.go:81:34 canonicalize U default, this handler will canonicalize URIs so that requests" - - "modules/caddyhttp/fileserver/staticfiles.go:84:4 Canonicalization U // Canonicalization redirects are not issued" - "modules/caddyhttp/fileserver/staticfiles.go:132:51 explictness U maximum clarity and explictness, use complete," - "modules/caddyhttp/fileserver/staticfiles.go:170:2 precompressors U precompressors map[string]encode" - - "modules/caddyhttp/fileserver/staticfiles.go:344:12 canonicalization U // if URL canonicalization is enabled, we need" - "modules/caddyhttp/fileserver/staticfiles.go:454:3 mtyp U mtyp := mime.TypeByExtension" - "modules/caddyhttp/fileserver/staticfiles.go:530:74 Caza U written by Nathaniel Caza." - "modules/caddyhttp/headers/headers_test.go:93:32 lalala U Header-Suffix\": []string{\"lalala\"}," @@ -253,7 +248,6 @@ issues: - "modules/caddyhttp/requestbody/caddyfile.go:15:9 requestbody U package requestbody" - "modules/caddyhttp/responsewriter_test.go:23:6 barebones U // a barebones http.ResponseWriter" - "modules/caddyhttp/reverseproxy/addresses.go:104:20 proxying U // a backend and proxying to it, so we cannot" - - "modules/caddyhttp/reverseproxy/admin.go:26:28 Upstreams U RegisterModule(adminUpstreams{})" - "modules/caddyhttp/reverseproxy/caddyfile.go:560:5 usize U usize, err := humanize.ParseBytes" - "modules/caddyhttp/reverseproxy/fastcgi/client_test.go:50:26 fcgic U scriptFile = \"/tank/www/fcgic_test.php\"" - "modules/caddyhttp/reverseproxy/fastcgi/client_test.go:51:25 serv U ipPort = \"remote-php-serv:59000\"" @@ -266,20 +260,18 @@ issues: - "modules/caddyhttp/reverseproxy/fastcgi/client.go:113:27 MPXS U MultiplexConns string = \"MPXS_CONNS\"" - "modules/caddyhttp/reverseproxy/forwardauth/caddyfile.go:15:9 forwardauth U package forwardauth" - "modules/caddyhttp/reverseproxy/healthchecks.go:47:35 proxied U health checks monitor proxied requests for errors" - - "modules/caddyhttp/reverseproxy/healthchecks.go:115:5 Canonicalize U // Canonicalize the header keys ahead" - "modules/caddyhttp/reverseproxy/healthchecks.go:478:71 forgetter U health check failure forgetter panicked\"," - "modules/caddyhttp/reverseproxy/httptransport.go:212:73 generelly U and this address is generelly of very" - "modules/caddyhttp/reverseproxy/httptransport.go:293:18 Alives U rt.DisableKeepAlives = !*h.KeepAlive.Enabled" - "modules/caddyhttp/reverseproxy/httptransport.go:304:37 keepalives U Logger().Warn(\"disabling keepalives, they are incompatible" - "modules/caddyhttp/reverseproxy/httptransport.go:350:3 newtransport U newtransport := &HTTPTransport{" - - "modules/caddyhttp/reverseproxy/reverseproxy.go:180:22 roundtrips U // after successful roundtrips. The first handler that" - - "modules/caddyhttp/reverseproxy/reverseproxy.go:547:5 succ U if succ, ok := proxyErr.(roundtripSuc" - - "modules/caddyhttp/reverseproxy/reverseproxy.go:585:26 gunicorn U with \"slow clients\" (gunicorn, etc.) - this obviously" - - "modules/caddyhttp/reverseproxy/reverseproxy.go:587:47 slowloris U more susceptible to slowloris" - - "modules/caddyhttp/reverseproxy/reverseproxy.go:628:50 websockets U upgrades, such as for websockets." - - "modules/caddyhttp/reverseproxy/reverseproxy.go:758:31 backported U Forward 1xx status codes, backported from https://github" - - "modules/caddyhttp/reverseproxy/reverseproxy.go:1335:56 libcurl U standard but still sent by libcurl and rejected by e.g" - - "modules/caddyhttp/reverseproxy/reverseproxy.go:1339:16 canonicalized U \"Te\", // canonicalized version of \"TE\"" + - "modules/caddyhttp/reverseproxy/reverseproxy.go:180:22 roundtrips U // after successful roundtrips. The first handler that" + - "modules/caddyhttp/reverseproxy/reverseproxy.go:547:5 succ U if succ, ok := proxyErr.(roundtripSuc" + - "modules/caddyhttp/reverseproxy/reverseproxy.go:585:26 gunicorn U with \"slow clients\" (gunicorn, etc.) - this obviously" + - "modules/caddyhttp/reverseproxy/reverseproxy.go:587:47 slowloris U more susceptible to slowloris" + - "modules/caddyhttp/reverseproxy/reverseproxy.go:628:50 websockets U upgrades, such as for websockets." + - "modules/caddyhttp/reverseproxy/reverseproxy.go:758:31 backported U Forward 1xx status codes, backported from https://github" + - "modules/caddyhttp/reverseproxy/reverseproxy.go:1335:56 libcurl U standard but still sent by libcurl and rejected by e.g" - "modules/caddyhttp/reverseproxy/selectionpolicies_test.go:123:45 availablity (availability) U select first host on availablity.\")" - "modules/caddyhttp/reverseproxy/selectionpolicies.go:798:65 hashable U from pool based on a hashable string s." - "modules/caddyhttp/reverseproxy/streaming.go:83:22 cancelation U // Ensure that the cancelation of a request closes" @@ -380,7 +372,6 @@ issues: - "modules/logging/netwriter.go:94:2 reconn U reconn := &redialerConn{" - "modules/logging/netwriter.go:94:13 redialer U reconn := &redialerConn{" - "modules/metrics/metrics_test.go:29:52 openmetrics U tDispenser(`metrics { disable_openmetrics }`)" - - "modules/metrics/metrics.go:118:14 quantile U // except quantile/le label values always" - "replacer_test.go:250:14 NOOO U return \"NOOO\", false" - "replacer_test.go:275:26 äütest U expected: \"val1123öö_äütest-123space value1.2.3" - "replacer_test.go:290:17 teval U expected: \"{teval1{as{{dftest-123\"," diff --git a/integration-tests/snapshots/caddyserver/caddy/snapshot.txt b/integration-tests/snapshots/caddyserver/caddy/snapshot.txt index 12c847b61ae..325b98df8b8 100644 --- a/integration-tests/snapshots/caddyserver/caddy/snapshot.txt +++ b/integration-tests/snapshots/caddyserver/caddy/snapshot.txt @@ -3,7 +3,7 @@ Repository: caddyserver/caddy Url: "https://github.com/caddyserver/caddy.git" Args: ["**/*.go"] Lines: - CSpell: Files checked: 242, Issues found: 3487 in 224 files + CSpell: Files checked: 242, Issues found: 3401 in 224 files exit code: 1 ./admin.go:1357:21 - Unknown word (pidfile) -- // PIDFile writes a pidfile to the file at filename ./admin.go:331:29 - Unknown word (infosec) -- security checks, the infosec community assures me @@ -102,7 +102,6 @@ Lines: ./caddytest/caddytest.go:94:53 - Unknown word (configurion) -- configure the server with a configurion of a specific ./caddytest/integration/autohttps_test.go:20:11 - Unknown word (Yahaha) -- respond "Yahaha! You found me!" ./caddytest/integration/caddyfile_test.go:155:43 - Unknown word (someinvalidprefix) -- unsupported URL scheme someinvalidprefix://", -./caddytest/integration/caddyfile_test.go:303:15 - Unknown word (upstreams) -- "upstreams": [ ./caddytest/integration/caddyfile_test.go:82:11 - Unknown word (clientname) -- Name: "clientname", ./caddytest/integration/stream_test.go:155:3 - Unknown word (rstring) -- rstring, err := httputil.DumpRequest ./caddytest/integration/stream_test.go:337:31 - Unknown word (automaticlly) -- underlying transport will automaticlly add gzip @@ -140,7 +139,6 @@ Lines: ./logging.go:425:10 - Unknown word (superspace) -- // be a superspace or subspace of an item ./metrics.go:39:15 - Unknown word (promhttp) -- // Similar to promhttp.InstrumentHandlerCounter ./metrics.go:8:50 - Unknown word (promauto) -- client_golang/prometheus/promauto" -./modules.go:312:56 - Unknown word (provisionings) -- cleaning up from partial provisionings. ./modules/caddyevents/app.go:128:12 - Unknown word (Iface) -- handlersIface, err := ctx.LoadModule ./modules/caddyevents/app.go:15:9 - Unknown word (caddyevents) -- package caddyevents ./modules/caddyevents/app.go:372:41 - Unknown word (specversion) -- string `json:"specversion"` @@ -204,14 +202,11 @@ Lines: ./modules/caddyhttp/fileserver/matcher_test.go:192:20 - Unknown word (notphp) -- path: "/notphp.php.txt", ./modules/caddyhttp/fileserver/matcher_test.go:72:20 - Unknown word (foodir) -- path: "/foodir", ./modules/caddyhttp/fileserver/matcher_test.go:90:15 - Unknown word (missingfile) -- path: "/missingfile.php", -./modules/caddyhttp/fileserver/staticfiles.go:132:51 - Unknown word (explictness) -- maximum clarity and explictness, use complete, -./modules/caddyhttp/fileserver/staticfiles.go:170:2 - Unknown word (precompressors) -- precompressors map[string]encode -./modules/caddyhttp/fileserver/staticfiles.go:344:12 - Unknown word (canonicalization) -- // if URL canonicalization is enabled, we need -./modules/caddyhttp/fileserver/staticfiles.go:454:3 - Unknown word (mtyp) -- mtyp := mime.TypeByExtension -./modules/caddyhttp/fileserver/staticfiles.go:530:74 - Unknown word (Caza) -- written by Nathaniel Caza. +./modules/caddyhttp/fileserver/staticfiles.go:132:51 - Unknown word (explictness) -- maximum clarity and explictness, use complete, +./modules/caddyhttp/fileserver/staticfiles.go:170:2 - Unknown word (precompressors) -- precompressors map[string]encode +./modules/caddyhttp/fileserver/staticfiles.go:454:3 - Unknown word (mtyp) -- mtyp := mime.TypeByExtension +./modules/caddyhttp/fileserver/staticfiles.go:530:74 - Unknown word (Caza) -- written by Nathaniel Caza. ./modules/caddyhttp/fileserver/staticfiles.go:64:40 - Unknown word (dirctory) -- a JSON array of the dirctory listing when the `Accept -./modules/caddyhttp/fileserver/staticfiles.go:81:34 - Unknown word (canonicalize) -- default, this handler will canonicalize URIs so that requests -./modules/caddyhttp/fileserver/staticfiles.go:84:4 - Unknown word (Canonicalization) -- // Canonicalization redirects are not issued ./modules/caddyhttp/headers/headers.go:187:27 - Unknown word (Superceded) -- they are written out. Superceded if Require is set. ./modules/caddyhttp/headers/headers_test.go:216:11 - Unknown word (hdrs) -- for k, hdrs := range tc.respHeader ./modules/caddyhttp/headers/headers_test.go:93:32 - Unknown word (lalala) -- Header-Suffix": []string{"lalala"}, @@ -248,7 +243,6 @@ Lines: ./modules/caddyhttp/requestbody/caddyfile.go:15:9 - Unknown word (requestbody) -- package requestbody ./modules/caddyhttp/responsewriter_test.go:23:6 - Unknown word (barebones) -- // a barebones http.ResponseWriter ./modules/caddyhttp/reverseproxy/addresses.go:104:20 - Unknown word (proxying) -- // a backend and proxying to it, so we cannot -./modules/caddyhttp/reverseproxy/admin.go:26:28 - Unknown word (Upstreams) -- RegisterModule(adminUpstreams{}) ./modules/caddyhttp/reverseproxy/caddyfile.go:560:5 - Unknown word (usize) -- usize, err := humanize.ParseBytes ./modules/caddyhttp/reverseproxy/fastcgi/client.go:113:27 - Unknown word (MPXS) -- MultiplexConns string = "MPXS_CONNS" ./modules/caddyhttp/reverseproxy/fastcgi/client.go:20:19 - Unknown word (Junqing) -- // Copyright 2012 Junqing Tan {" - "Makefile.js:918:18 Multifiles U function downloadMultifilesTestTarget(cb) {" - "package.json:125:6 eslump U \"eslump\": \"^3.0.0\"," @@ -422,10 +420,7 @@ issues: - "tests/fixtures/config-hierarchy/file-structure.json:22:14 subsubbroken U \"subsubbroken\": {" - "tests/fixtures/config-hierarchy/file-structure.json:36:6 fileexts U \"fileexts\": {" - "tests/fixtures/config-hierarchy/file-structure.json:57:6 packagejson U \"packagejson\": {" - - "tests/fixtures/config-rule/schemas.js:37:23 Bools U objectWithMultipleBools: [{" - "tests/fixtures/parsers/arrow-parens/identifier-type.js:323:17 binop U binop: null," - - "tests/fixtures/parsers/enhanced-parser3.js:4:23 Referencer U const { ScopeManager, Referencer } = require(\"eslint" - - "tests/fixtures/parsers/enhanced-parser3.js:40:11 referencer U const referencer = new EnhancedReferencer" - "tests/fixtures/parsers/typescript-parsers/declare-class.js:4:14 astexplorer U * Parsed on astexplorer.net using @typescript" - "tests/fixtures/rules/indent-legacy/indent-invalid-fixture-1.js:440:40 youll U terribly long description youll ' +" - "tests/lib/cli-engine/cli-engine.js:405:37 layou U fixTypes: [\"layou\"]" @@ -571,7 +566,6 @@ issues: - "tests/lib/rules/utils/ast-utils.js:686:52 braceless U empty array if node is a braceless ArrowFunctionExpression" - "tests/lib/rules/utils/ast-utils.js:1065:17 ncde U \"ab\\ncde\\n\": [[1, 0], [1, 1]" - "tests/lib/rules/utils/ast-utils.js:1524:19 invalidtoken U [[\"123invalidtoken\", \"(\"], false]," - - "tests/lib/rules/utils/fix-tracker.js:67:50 abcdefghij U = createSourceCode(\"abcdefghij\");" - "tests/lib/rules/valid-jsdoc.js:103:60 mytest U n* @param {string} p mytest\\n*/\\nFoo.bar = function" - "tests/lib/rules/valid-jsdoc.js:323:21 Astnode U Astnode: \"ASTNode\"" - "tests/lib/rules/valid-jsdoc.js:353:21 astnode U astnode: \"ASTNode\"" diff --git a/integration-tests/snapshots/eslint/eslint/snapshot.txt b/integration-tests/snapshots/eslint/eslint/snapshot.txt index 9085f33a285..52cb81e5624 100644 --- a/integration-tests/snapshots/eslint/eslint/snapshot.txt +++ b/integration-tests/snapshots/eslint/eslint/snapshot.txt @@ -3,7 +3,7 @@ Repository: eslint/eslint Url: "https://github.com/eslint/eslint" Args: ["**","--exclude=bin/**","--exclude=CHANGELOG.md","--exclude=_data","--exclude=tests/bench/large.js","--exclude=docs/src/_includes","--exclude=docs/src/assets/{fonts,s?css,images}"] Lines: - CSpell: Files checked: 1895, Issues found: 5537 in 1259 files + CSpell: Files checked: 1895, Issues found: 5504 in 1257 files exit code: 1 ./Makefile.js:145:88 - Unknown word (ined) -- followed by the string "ined". ./Makefile.js:151:48 - Unknown word (blogpost) -- render(cat("./templates/blogpost.md.ejs"), renderContext @@ -12,7 +12,6 @@ Lines: ./Makefile.js:317:21 - Unknown word (prepatch) -- * Preminor and prepatch release will not. ./Makefile.js:317:8 - Unknown word (Preminor) -- * Preminor and prepatch release ./Makefile.js:325:56 - Unknown word (preminor) -- a major release (not preminor/prepatch). -./Makefile.js:568:11 - Unknown word (fuzzer) -- const fuzzerRunner = require("./tools ./Makefile.js:627:8 - Unknown word (wdio) -- target.wdio = () => { ./Makefile.js:77:88 - Unknown word (markdownlintignore) -- path.join(__dirname, ".markdownlintignore"), "utf-8")), ./Makefile.js:81:10 - Unknown word (MULTIFILES) -- PERF_MULTIFILES_TARGET_DIR = path.join @@ -109,7 +108,6 @@ Lines: ./docs/src/extend/custom-rules-deprecated.md:580:81 - Unknown word (rulesdir) -- interface) using the `--rulesdir` option to specify the ./docs/src/extend/custom-rules.md:398:78 - Unknown word (multipass) -- without triggering multipass fixes. Each suggestion ./docs/src/extend/plugins.md:37:162 - Unknown word (myplugin) -- named `eslint-plugin-myplugin`, then in your configuration -./docs/src/extend/plugins.md:37:46 - Unknown word (unprefixed) -- ESLint, you would use the unprefixed plugin name, followed ./docs/src/extend/scope-manager-interface.md:218:100 - Unknown word (redeclared) -- If this variable is redeclared, this array includes ./docs/src/extend/scope-manager-interface.md:6:125 - Unknown word (escope) -- eslint-scope), a fork of [escope](https://github.com ./docs/src/extend/selectors.md:140:405 - Unknown word (Fpath) -- so: `[value=/some\u002Fpath/]`. @@ -417,10 +415,7 @@ Lines: ./tests/fixtures/config-hierarchy/file-structure.json:22:14 - Unknown word (subsubbroken) -- "subsubbroken": { ./tests/fixtures/config-hierarchy/file-structure.json:36:6 - Unknown word (fileexts) -- "fileexts": { ./tests/fixtures/config-hierarchy/file-structure.json:57:6 - Unknown word (packagejson) -- "packagejson": { -./tests/fixtures/config-rule/schemas.js:37:23 - Unknown word (Bools) -- objectWithMultipleBools: [{ ./tests/fixtures/parsers/arrow-parens/identifier-type.js:323:17 - Unknown word (binop) -- binop: null, -./tests/fixtures/parsers/enhanced-parser3.js:40:11 - Unknown word (referencer) -- const referencer = new EnhancedReferencer -./tests/fixtures/parsers/enhanced-parser3.js:4:23 - Unknown word (Referencer) -- const { ScopeManager, Referencer } = require("eslint ./tests/fixtures/parsers/typescript-parsers/declare-class.js:4:14 - Unknown word (astexplorer) -- * Parsed on astexplorer.net using @typescript ./tests/fixtures/rules/indent-legacy/indent-invalid-fixture-1.js:440:40 - Unknown word (youll) -- terribly long description youll ' + ./tests/lib/cli-engine/cli-engine.js:1067:60 - Unknown word (hiddenfolder) -- executeOnFiles(["hidden/.hiddenfolder/*.js"]); @@ -566,7 +561,6 @@ Lines: ./tests/lib/rules/utils/ast-utils.js:1065:17 - Unknown word (ncde) -- "ab\ncde\n": [[1, 0], [1, 1] ./tests/lib/rules/utils/ast-utils.js:1524:19 - Unknown word (invalidtoken) -- [["123invalidtoken", "("], false], ./tests/lib/rules/utils/ast-utils.js:686:52 - Unknown word (braceless) -- empty array if node is a braceless ArrowFunctionExpression -./tests/lib/rules/utils/fix-tracker.js:67:50 - Unknown word (abcdefghij) -- = createSourceCode("abcdefghij"); ./tests/lib/rules/valid-jsdoc.js:103:60 - Unknown word (mytest) -- n* @param {string} p mytest\n*/\nFoo.bar = function ./tests/lib/rules/valid-jsdoc.js:323:21 - Unknown word (Astnode) -- Astnode: "ASTNode" ./tests/lib/rules/valid-jsdoc.js:353:21 - Unknown word (astnode) -- astnode: "ASTNode" diff --git a/integration-tests/snapshots/googleapis/google-cloud-cpp/report.yaml b/integration-tests/snapshots/googleapis/google-cloud-cpp/report.yaml index 3d94ea710c1..c386796c1df 100644 --- a/integration-tests/snapshots/googleapis/google-cloud-cpp/report.yaml +++ b/integration-tests/snapshots/googleapis/google-cloud-cpp/report.yaml @@ -4,8 +4,8 @@ Url: https://github.com/googleapis/google-cloud-cpp.git Args: '["--config=${repoConfig}/cspell.json","**/*","-e","{*.BUILD,BUILD,CHANGELOG.md,*.sh,*.cfg,*.ps1,Dockerfile.*,*.Dockerfile,*.{yaml,xml,json,cmake}}"]' Summary: files: 16595 - filesWithIssues: 12068 - issues: 110809 + filesWithIssues: 12065 + issues: 110783 errors: 0 Errors: [] @@ -859,30 +859,13 @@ issues: - "google/cloud/ids/doc/main.dox:9:12 Palo U built with Palo Alto Networks technologies" - "google/cloud/internal/api_client_header_test.cc:62:39 gapic U actual, IsClientHeader(\"gapic/\"));" - "google/cloud/internal/async_connection_ready_test.cc:76:39 SUBCHANNEL U SetInt(GRPC_ARG_USE_LOCAL_SUBCHANNEL_POOL, 1);" - - "google/cloud/internal/base64_transforms_test.cc:38:9 abcdefghi U {\"abcdefghi\", \"YWJjZGVmZ2hp\"}," - - "google/cloud/internal/base64_transforms_test.cc:39:9 abcdefghij U {\"abcdefghij\", \"YWJjZGVmZ2hpag==" - - "google/cloud/internal/base64_transforms_test.cc:39:33 hpag U abcdefghij\", \"YWJjZGVmZ2hpag==\"}," - - "google/cloud/internal/base64_transforms_test.cc:40:9 abcdefghijk U {\"abcdefghijk\", \"YWJjZGVmZ2hpams=" - - "google/cloud/internal/base64_transforms_test.cc:40:34 hpams U abcdefghijk\", \"YWJjZGVmZ2hpams=\"}," - - "google/cloud/internal/base64_transforms_test.cc:41:9 abcdefghijkl U {\"abcdefghijkl\", \"YWJjZGVmZ2hpamts" - - "google/cloud/internal/base64_transforms_test.cc:41:35 hpamts U abcdefghijkl\", \"YWJjZGVmZ2hpamts\"}," - - "google/cloud/internal/base64_transforms_test.cc:42:9 abcdefghijklm U {\"abcdefghijklm\", \"YWJjZGVmZ2hpamtsbQ" - - "google/cloud/internal/base64_transforms_test.cc:42:36 hpamtsb U abcdefghijklm\", \"YWJjZGVmZ2hpamtsbQ==\"}," - - "google/cloud/internal/base64_transforms_test.cc:43:9 abcdefghijklmn U {\"abcdefghijklmn\", \"YWJjZGVmZ2hpamtsbW" - - "google/cloud/internal/base64_transforms_test.cc:44:9 abcdefghijklmno U {\"abcdefghijklmno\", \"YWJjZGVmZ2hpamtsbW" - - "google/cloud/internal/base64_transforms_test.cc:45:9 abcdefghijklmnop U {\"abcdefghijklmnop\", \"YWJjZGVmZ2hpamtsbW" - - "google/cloud/internal/base64_transforms_test.cc:46:9 abcdefghijklmnopq U {\"abcdefghijklmnopq\", \"YWJjZGVmZ2hpamtsbW" - - "google/cloud/internal/base64_transforms_test.cc:47:9 abcdefghijklmnopqr U {\"abcdefghijklmnopqr\", \"YWJjZGVmZ2hpamtsbW" - - "google/cloud/internal/base64_transforms_test.cc:48:9 abcdefghijklmnopqrs U {\"abcdefghijklmnopqrs\", \"YWJjZGVmZ2hpamtsbW" - - "google/cloud/internal/base64_transforms_test.cc:48:54 Fycw U YWJjZGVmZ2hpamtsbW5vcHFycw==\"}," - - "google/cloud/internal/base64_transforms_test.cc:49:9 abcdefghijklmnopqrst U {\"abcdefghijklmnopqrst\", \"YWJjZGVmZ2hpamtsbW" - - "google/cloud/internal/base64_transforms_test.cc:50:9 abcdefghijklmnopqrstu U {\"abcdefghijklmnopqrstu\", \"YWJjZGVmZ2hpamtsbW" - - "google/cloud/internal/base64_transforms_test.cc:51:9 abcdefghijklmnopqrstuv U {\"abcdefghijklmnopqrstuv\", \"YWJjZGVmZ2hpamtsbW" - - "google/cloud/internal/base64_transforms_test.cc:52:9 abcdefghijklmnopqrstuvw U {\"abcdefghijklmnopqrstuvw\", \"YWJjZGVmZ2hpamtsbW" - - "google/cloud/internal/base64_transforms_test.cc:53:9 abcdefghijklmnopqrstuvwx U {\"abcdefghijklmnopqrstuvwx\", \"YWJjZGVmZ2hpamtsbW" - - "google/cloud/internal/base64_transforms_test.cc:54:9 abcdefghijklmnopqrstuvwxy U {\"abcdefghijklmnopqrstuvwxy\", \"YWJjZGVmZ2hpamtsbW" - - "google/cloud/internal/base64_transforms_test.cc:182:36 QUJD U UrlsafeBase64Decode(\"QUJD\").value(), ElementsAre" - - "google/cloud/internal/base64_transforms_test.cc:183:36 QUJDRA U UrlsafeBase64Decode(\"QUJDRA\").value()," + - "google/cloud/internal/base64_transforms_test.cc:39:33 hpag U abcdefghij\", \"YWJjZGVmZ2hpag==\"}," + - "google/cloud/internal/base64_transforms_test.cc:40:34 hpams U abcdefghijk\", \"YWJjZGVmZ2hpams=\"}," + - "google/cloud/internal/base64_transforms_test.cc:41:35 hpamts U abcdefghijkl\", \"YWJjZGVmZ2hpamts\"}," + - "google/cloud/internal/base64_transforms_test.cc:42:36 hpamtsb U abcdefghijklm\", \"YWJjZGVmZ2hpamtsbQ==\"}," + - "google/cloud/internal/base64_transforms_test.cc:48:54 Fycw U YWJjZGVmZ2hpamtsbW5vcHFycw==\"}," + - "google/cloud/internal/base64_transforms_test.cc:182:36 QUJD U UrlsafeBase64Decode(\"QUJD\").value(), ElementsAre" + - "google/cloud/internal/base64_transforms_test.cc:183:36 QUJDRA U UrlsafeBase64Decode(\"QUJDRA\").value()," - "google/cloud/internal/build_info.cc.in:18:11 cctype U #include " - "google/cloud/internal/build_info.cc.in:25:4 NOLINTNEXTLINE U // NOLINTNEXTLINE(readability-identifier" - "google/cloud/internal/call_context.h:63:11 otel U , otel_scope_(std::move(call" @@ -1066,7 +1049,6 @@ issues: - "google/cloud/spanner/internal/connection_impl_test.cc:2562:37 BADDECAF U { partition_token: \"BADDECAF\" }" - "google/cloud/spanner/internal/connection_impl_test.cc:2564:25 CAFEDEAD U transaction: { id: \"CAFEDEAD\" }" - "google/cloud/spanner/internal/logging_result_set_reader.cc:37:43 unresumable U __func__ << \"() << (unresumable)\";" - - "google/cloud/spanner/internal/merge_chunk_test.cc:175:29 Bools U MergeChunk, CannotMergeBools) {" - "google/cloud/spanner/internal/partial_result_set_resume_test.cc:528:39 Resumability U set(0)" - "google/cloud/spanner/internal/partial_result_set_source_test.cc:527:31 chunksecond U not_chunked\", \"first_chunksecond_chunkthird_chunk\"," - "google/cloud/spanner/internal/partial_result_set_source_test.cc:527:43 chunkthird U \"first_chunksecond_chunkthird_chunk\"," @@ -1230,7 +1212,6 @@ issues: - "google/cloud/storage/tests/signed_url_conformance_test.cc:299:17 ifstr U std::ifstream ifstr(conformance_tests_file" - "google/cloud/storage/tests/signed_url_conformance_test.cc:320:25 nonconformant U std::set nonconformant_url_tests{\"ListObjects" - "google/cloud/storage/tools/make_jwt_assertion_for_test_data.py:120:21 nondefaults U payload_str_for_nondefaults = payload_str(ALT_SCOPE" - - "google/cloud/storage/well_known_headers_test.cc:68:31 ABCDEFGHIJ U string key(\"0123456789-ABCDEFGHIJ-0123456789\");" - "google/cloud/storageinsights/v1/internal/storage_insights_auth_decorator.h:19:39 STORAGEINSIGHTS U CLOUD_CPP_GOOGLE_CLOUD_STORAGEINSIGHTS_V1_INTERNAL_STORAGE" - "google/cloud/storagetransfer/mocks/mock_storage_transfer_connection.h:19:39 STORAGETRANSFER U CLOUD_CPP_GOOGLE_CLOUD_STORAGETRANSFER_MOCKS_MOCK_STORAGE_TRANSFER" - "google/cloud/support/doc/environment-variables.dox:14:40 cloudsupport U (which defaults to \"cloudsupport.googleapis.com\")" @@ -1394,7 +1375,6 @@ issues: - "protos/google/cloud/compute/v1/internal/common_063.proto:231:30 LACP U BUNDLE_AGGREGATION_TYPE_LACP: LACP is enabled." - "protos/google/cloud/compute/v1/internal/common_063.proto:321:50 lacp U nectDiagnosticsLinkLACPStatus lacp_status = 4" - "protos/google/cloud/compute/v1/internal/common_063.proto:469:18 cleartext U // fallback to cleartext traffic if the MKA session" - - "protos/google/cloud/compute/v1/internal/common_063.proto:547:38 unprefixed U deprecated in favor of the unprefixed values." - "protos/google/cloud/compute/v1/internal/common_063.proto:565:15 NSRC U // value of NSRC_GOOGLE has been deprecated" - "protos/google/cloud/compute/v1/internal/common_064.proto:40:28 Mbit U values: - BPS_50M: 50 Mbit/s - BPS_100M: 100 Mbit" - "protos/google/cloud/compute/v1/internal/common_064.proto:94:13 subinterface U // router subinterface for this interconnect" diff --git a/integration-tests/snapshots/googleapis/google-cloud-cpp/snapshot.txt b/integration-tests/snapshots/googleapis/google-cloud-cpp/snapshot.txt index 061a571128b..a6df8720e07 100644 --- a/integration-tests/snapshots/googleapis/google-cloud-cpp/snapshot.txt +++ b/integration-tests/snapshots/googleapis/google-cloud-cpp/snapshot.txt @@ -3,7 +3,7 @@ Repository: googleapis/google-cloud-cpp Url: "https://github.com/googleapis/google-cloud-cpp.git" Args: ["--config=../../../../config/repositories/googleapis/google-cloud-cpp/cspell.json","**/*","-e","{*.BUILD,BUILD,CHANGELOG.md,*.sh,*.cfg,*.ps1,Dockerfile.*,*.Dockerfile,*.{yaml,xml,json,cmake}}"] Lines: - CSpell: Files checked: 16595, Issues found: 110809 in 12068 files + CSpell: Files checked: 16595, Issues found: 110783 in 12065 files exit code: 1 ./ARCHITECTURE.md:100:20 - Unknown word (bigtable) -- - Bigtable has a [`bigtable::Table`](/google/cloud ./ARCHITECTURE.md:100:3 - Unknown word (Bigtable) -- - Bigtable has a [`bigtable::Table @@ -856,30 +856,13 @@ Lines: ./google/cloud/ids/doc/main.dox:9:12 - Unknown word (Palo) -- built with Palo Alto Networks technologies ./google/cloud/internal/api_client_header_test.cc:62:39 - Unknown word (gapic) -- actual, IsClientHeader("gapic/")); ./google/cloud/internal/async_connection_ready_test.cc:76:39 - Unknown word (SUBCHANNEL) -- SetInt(GRPC_ARG_USE_LOCAL_SUBCHANNEL_POOL, 1); -./google/cloud/internal/base64_transforms_test.cc:182:36 - Unknown word (QUJD) -- UrlsafeBase64Decode("QUJD").value(), ElementsAre -./google/cloud/internal/base64_transforms_test.cc:183:36 - Unknown word (QUJDRA) -- UrlsafeBase64Decode("QUJDRA").value(), -./google/cloud/internal/base64_transforms_test.cc:38:9 - Unknown word (abcdefghi) -- {"abcdefghi", "YWJjZGVmZ2hp"}, +./google/cloud/internal/base64_transforms_test.cc:182:36 - Unknown word (QUJD) -- UrlsafeBase64Decode("QUJD").value(), ElementsAre +./google/cloud/internal/base64_transforms_test.cc:183:36 - Unknown word (QUJDRA) -- UrlsafeBase64Decode("QUJDRA").value(), ./google/cloud/internal/base64_transforms_test.cc:39:33 - Unknown word (hpag) -- abcdefghij", "YWJjZGVmZ2hpag=="}, -./google/cloud/internal/base64_transforms_test.cc:39:9 - Unknown word (abcdefghij) -- {"abcdefghij", "YWJjZGVmZ2hpag== -./google/cloud/internal/base64_transforms_test.cc:40:34 - Unknown word (hpams) -- abcdefghijk", "YWJjZGVmZ2hpams="}, -./google/cloud/internal/base64_transforms_test.cc:40:9 - Unknown word (abcdefghijk) -- {"abcdefghijk", "YWJjZGVmZ2hpams= -./google/cloud/internal/base64_transforms_test.cc:41:35 - Unknown word (hpamts) -- abcdefghijkl", "YWJjZGVmZ2hpamts"}, -./google/cloud/internal/base64_transforms_test.cc:41:9 - Unknown word (abcdefghijkl) -- {"abcdefghijkl", "YWJjZGVmZ2hpamts -./google/cloud/internal/base64_transforms_test.cc:42:36 - Unknown word (hpamtsb) -- abcdefghijklm", "YWJjZGVmZ2hpamtsbQ=="}, -./google/cloud/internal/base64_transforms_test.cc:42:9 - Unknown word (abcdefghijklm) -- {"abcdefghijklm", "YWJjZGVmZ2hpamtsbQ -./google/cloud/internal/base64_transforms_test.cc:43:9 - Unknown word (abcdefghijklmn) -- {"abcdefghijklmn", "YWJjZGVmZ2hpamtsbW -./google/cloud/internal/base64_transforms_test.cc:44:9 - Unknown word (abcdefghijklmno) -- {"abcdefghijklmno", "YWJjZGVmZ2hpamtsbW -./google/cloud/internal/base64_transforms_test.cc:45:9 - Unknown word (abcdefghijklmnop) -- {"abcdefghijklmnop", "YWJjZGVmZ2hpamtsbW -./google/cloud/internal/base64_transforms_test.cc:46:9 - Unknown word (abcdefghijklmnopq) -- {"abcdefghijklmnopq", "YWJjZGVmZ2hpamtsbW -./google/cloud/internal/base64_transforms_test.cc:47:9 - Unknown word (abcdefghijklmnopqr) -- {"abcdefghijklmnopqr", "YWJjZGVmZ2hpamtsbW -./google/cloud/internal/base64_transforms_test.cc:48:54 - Unknown word (Fycw) -- YWJjZGVmZ2hpamtsbW5vcHFycw=="}, -./google/cloud/internal/base64_transforms_test.cc:48:9 - Unknown word (abcdefghijklmnopqrs) -- {"abcdefghijklmnopqrs", "YWJjZGVmZ2hpamtsbW -./google/cloud/internal/base64_transforms_test.cc:49:9 - Unknown word (abcdefghijklmnopqrst) -- {"abcdefghijklmnopqrst", "YWJjZGVmZ2hpamtsbW -./google/cloud/internal/base64_transforms_test.cc:50:9 - Unknown word (abcdefghijklmnopqrstu) -- {"abcdefghijklmnopqrstu", "YWJjZGVmZ2hpamtsbW -./google/cloud/internal/base64_transforms_test.cc:51:9 - Unknown word (abcdefghijklmnopqrstuv) -- {"abcdefghijklmnopqrstuv", "YWJjZGVmZ2hpamtsbW -./google/cloud/internal/base64_transforms_test.cc:52:9 - Unknown word (abcdefghijklmnopqrstuvw) -- {"abcdefghijklmnopqrstuvw", "YWJjZGVmZ2hpamtsbW -./google/cloud/internal/base64_transforms_test.cc:53:9 - Unknown word (abcdefghijklmnopqrstuvwx) -- {"abcdefghijklmnopqrstuvwx", "YWJjZGVmZ2hpamtsbW -./google/cloud/internal/base64_transforms_test.cc:54:9 - Unknown word (abcdefghijklmnopqrstuvwxy) -- {"abcdefghijklmnopqrstuvwxy", "YWJjZGVmZ2hpamtsbW +./google/cloud/internal/base64_transforms_test.cc:40:34 - Unknown word (hpams) -- abcdefghijk", "YWJjZGVmZ2hpams="}, +./google/cloud/internal/base64_transforms_test.cc:41:35 - Unknown word (hpamts) -- abcdefghijkl", "YWJjZGVmZ2hpamts"}, +./google/cloud/internal/base64_transforms_test.cc:42:36 - Unknown word (hpamtsb) -- abcdefghijklm", "YWJjZGVmZ2hpamtsbQ=="}, +./google/cloud/internal/base64_transforms_test.cc:48:54 - Unknown word (Fycw) -- YWJjZGVmZ2hpamtsbW5vcHFycw=="}, ./google/cloud/internal/build_info.cc.in:18:11 - Unknown word (cctype) -- #include ./google/cloud/internal/build_info.cc.in:25:4 - Unknown word (NOLINTNEXTLINE) -- // NOLINTNEXTLINE(readability-identifier ./google/cloud/internal/call_context.h:63:11 - Unknown word (otel) -- , otel_scope_(std::move(call @@ -1063,7 +1046,6 @@ Lines: ./google/cloud/spanner/internal/connection_impl_test.cc:2564:25 - Unknown word (CAFEDEAD) -- transaction: { id: "CAFEDEAD" } ./google/cloud/spanner/internal/connection_impl_test.cc:63:34 - Unknown word (Wmissing) -- diagnostic ignored "-Wmissing-field-initializers" ./google/cloud/spanner/internal/logging_result_set_reader.cc:37:43 - Unknown word (unresumable) -- __func__ << "() << (unresumable)"; -./google/cloud/spanner/internal/merge_chunk_test.cc:175:29 - Unknown word (Bools) -- MergeChunk, CannotMergeBools) { ./google/cloud/spanner/internal/partial_result_set_resume_test.cc:528:39 - Unknown word (Resumability) -- set(0) ./google/cloud/spanner/internal/partial_result_set_source.cc:208:64 - Unknown word (resumability) -- again so as to maintain resumability. ./google/cloud/spanner/internal/partial_result_set_source_test.cc:527:31 - Unknown word (chunksecond) -- not_chunked", "first_chunksecond_chunkthird_chunk", @@ -1227,7 +1209,6 @@ Lines: ./google/cloud/storage/tests/signed_url_conformance_test.cc:98:19 - Unknown word (expectedcanonicalrequest) -- test_params.expectedcanonicalrequest(); ./google/cloud/storage/tests/signed_url_conformance_test.cc:99:53 - Unknown word (expectedstringtosign) -- to_sign = test_params.expectedstringtosign(); ./google/cloud/storage/tools/make_jwt_assertion_for_test_data.py:120:21 - Unknown word (nondefaults) -- payload_str_for_nondefaults = payload_str(ALT_SCOPE -./google/cloud/storage/well_known_headers_test.cc:68:31 - Unknown word (ABCDEFGHIJ) -- string key("0123456789-ABCDEFGHIJ-0123456789"); ./google/cloud/storageinsights/v1/internal/storage_insights_auth_decorator.h:19:39 - Unknown word (STORAGEINSIGHTS) -- CLOUD_CPP_GOOGLE_CLOUD_STORAGEINSIGHTS_V1_INTERNAL_STORAGE ./google/cloud/storagetransfer/mocks/mock_storage_transfer_connection.h:19:39 - Unknown word (STORAGETRANSFER) -- CLOUD_CPP_GOOGLE_CLOUD_STORAGETRANSFER_MOCKS_MOCK_STORAGE_TRANSFER ./google/cloud/support/doc/environment-variables.dox:14:40 - Unknown word (cloudsupport) -- (which defaults to "cloudsupport.googleapis.com") @@ -1391,7 +1372,6 @@ Lines: ./protos/google/cloud/compute/v1/internal/common_063.proto:35:52 - Unknown word (MACSEC) -- following values: - MACSEC If present then the ./protos/google/cloud/compute/v1/internal/common_063.proto:469:18 - Unknown word (cleartext) -- // fallback to cleartext traffic if the MKA session ./protos/google/cloud/compute/v1/internal/common_063.proto:50:30 - Unknown word (crossconnect) -- authorized to request a crossconnect. -./protos/google/cloud/compute/v1/internal/common_063.proto:547:38 - Unknown word (unprefixed) -- deprecated in favor of the unprefixed values. ./protos/google/cloud/compute/v1/internal/common_063.proto:565:15 - Unknown word (NSRC) -- // value of NSRC_GOOGLE has been deprecated ./protos/google/cloud/compute/v1/internal/common_064.proto:107:20 - Unknown word (Dataplane) -- // [Output Only] Dataplane version for this Interconnect ./protos/google/cloud/compute/v1/internal/common_064.proto:110:18 - Unknown word (dataplane) -- optional int32 dataplane_version = 12 [json_name diff --git a/integration-tests/snapshots/ktaranov/sqlserver-kit/report.yaml b/integration-tests/snapshots/ktaranov/sqlserver-kit/report.yaml index 00e271d6f9a..c207aea2443 100644 --- a/integration-tests/snapshots/ktaranov/sqlserver-kit/report.yaml +++ b/integration-tests/snapshots/ktaranov/sqlserver-kit/report.yaml @@ -5,7 +5,7 @@ Args: '["**","--exclude=**/Backup/**"]' Summary: files: 489 filesWithIssues: 458 - issues: 14770 + issues: 14762 errors: 0 Errors: [] @@ -163,7 +163,6 @@ issues: - "Articles/README.md:387:25 spinlocks U All about SQL Server spinlocks]" - "Articles/README.md:391:131 Yaseen U | Ahmad Yaseen" - "Articles/README.md:403:125 Grahaeme U | Grahaeme Ross" - - "Articles/README.md:405:4 Uniquifier U | [Uniquifier is a rather unique word" - "Articles/README.md:412:4 SQLCLR U | [SQLCLR in Practice: Creating" - "Articles/README.md:412:125 Darko U | Darko Martinović" - "Articles/README.md:412:131 Martinović U | Darko Martinović" @@ -2909,7 +2908,6 @@ issues: - "Stored_Procedure/dbo.sp_SQLskills_helpindex.sql:160:26 thiskey U declare @i int, @thiskey nvarchar(131) -- 12" - "Stored_Procedure/dbo.sp_SQLskills_helpindex.sql:163:13 indexkey U if (indexkey_property(@objid, @indid" - "Stored_Procedure/dbo.sp_SQLskills_helpindex.sql:163:51 isdescending U @objid, @indid, 1, 'isdescending') = 1)" - - "Stored_Procedure/dbo.sp_SQLskills_helpindex.sql:249:46 UNIQUIFIER U ColsInTree = @keys + N', UNIQUIFIER', @ColsInLeaf = N'All" - "Stored_Procedure/dbo.sp_SQLskills_helpindex.sql:259:69 ROWSTORE U non-unique clustered ROWSTORE (type = 1) index" - "Stored_Procedure/dbo.sp_sqltrace.sql:2:17 sqlutil U $Header: /WWW/sqlutil/sqltrace.sp 7 1" - "Stored_Procedure/dbo.sp_sqltrace.sql:2:25 sqltrace U Header: /WWW/sqlutil/sqltrace.sp 7 16-02-17 2" diff --git a/integration-tests/snapshots/ktaranov/sqlserver-kit/snapshot.txt b/integration-tests/snapshots/ktaranov/sqlserver-kit/snapshot.txt index 39f796a37af..bc00fa71b41 100644 --- a/integration-tests/snapshots/ktaranov/sqlserver-kit/snapshot.txt +++ b/integration-tests/snapshots/ktaranov/sqlserver-kit/snapshot.txt @@ -3,7 +3,7 @@ Repository: ktaranov/sqlserver-kit Url: "https://github.com/ktaranov/sqlserver-kit.git" Args: ["**","--exclude=**/Backup/**"] Lines: - CSpell: Files checked: 489, Issues found: 14770 in 458 files + CSpell: Files checked: 489, Issues found: 14762 in 458 files exit code: 1 ./ADS/README.md:25:88 - Unknown word (vsix) -- Release Date | Version | .vsix download link ./ADS/README.md:30:15 - Unknown word (Dacpac) -- | [SQL Server Dacpac] @@ -249,7 +249,6 @@ Lines: ./Articles/README.md:391:131 - Unknown word (Yaseen) -- | Ahmad Yaseen ./Articles/README.md:39:125 - Unknown word (Dwain) -- | Dwain Camps ./Articles/README.md:403:125 - Unknown word (Grahaeme) -- | Grahaeme Ross -./Articles/README.md:405:4 - Unknown word (Uniquifier) -- | [Uniquifier is a rather unique word ./Articles/README.md:40:131 - Unknown word (Stedman) -- | Steve Stedman ./Articles/README.md:412:125 - Unknown word (Darko) -- | Darko Martinović ./Articles/README.md:412:131 - Unknown word (Martinović) -- | Darko Martinović @@ -2795,7 +2794,6 @@ Lines: ./Stored_Procedure/dbo.sp_SQLskills_helpindex.sql:160:26 - Unknown word (thiskey) -- declare @i int, @thiskey nvarchar(131) -- 12 ./Stored_Procedure/dbo.sp_SQLskills_helpindex.sql:163:13 - Unknown word (indexkey) -- if (indexkey_property(@objid, @indid ./Stored_Procedure/dbo.sp_SQLskills_helpindex.sql:163:51 - Unknown word (isdescending) -- @objid, @indid, 1, 'isdescending') = 1) -./Stored_Procedure/dbo.sp_SQLskills_helpindex.sql:249:46 - Unknown word (UNIQUIFIER) -- ColsInTree = @keys + N', UNIQUIFIER', @ColsInLeaf = N'All ./Stored_Procedure/dbo.sp_SQLskills_helpindex.sql:259:69 - Unknown word (ROWSTORE) -- non-unique clustered ROWSTORE (type = 1) index ./Stored_Procedure/dbo.sp_SQLskills_helpindex.sql:46:52 - Unknown word (hekaton) -- around other index types (hekaton, XML, spatial, etc. ./Stored_Procedure/dbo.sp_SQLskills_helpindex.sql:67:14 - Unknown word (groupname) -- @groupname sysname, diff --git a/integration-tests/snapshots/microsoft/TypeScript-Website/report.yaml b/integration-tests/snapshots/microsoft/TypeScript-Website/report.yaml index 0a9f29b028c..d58e8cc4550 100644 --- a/integration-tests/snapshots/microsoft/TypeScript-Website/report.yaml +++ b/integration-tests/snapshots/microsoft/TypeScript-Website/report.yaml @@ -4,8 +4,8 @@ Url: https://github.com/microsoft/TypeScript-Website.git Args: '["--config=${repoConfig}/cspell.json","**/*.*"]' Summary: files: 740 - filesWithIssues: 172 - issues: 685 + filesWithIssues: 170 + issues: 681 errors: 0 Errors: [] @@ -35,7 +35,6 @@ issues: - "packages/documentation/copy/en/handbook-v2/Everyday Types.md:208:36 Alisson U first: \"Alice\", last: \"Alisson\" });" - "packages/documentation/copy/en/handbook-v2/Narrowing.md:475:21 sharkey U if (pet.name === \"sharkey\") return false;" - "packages/documentation/copy/en/handbook-v2/The Handbook.md:48:208 bazel U closure, lerna, rush, bazel, preact, vue, angular" - - "packages/documentation/copy/en/handbook-v2/Type Manipulation/Conditional Types.md:204:6 Bools U type Bools = GetReturnType<(a:" - "packages/documentation/copy/en/handbook-v2/Type Manipulation/Generics.md:353:22 Mikle U nametag: string = \"Mikle\";" - "packages/documentation/copy/en/handbook-v2/Type Manipulation/Indexed Access Types.md:38:19 alve U type I1 = Person[\"alve\"];" - "packages/documentation/copy/en/handbook-v2/Type Manipulation/Keyof Type Operator.md:26:6 Mapish U type Mapish = { [k: string]: boolean" @@ -92,7 +91,6 @@ issues: - "packages/documentation/copy/en/release-notes/TypeScript 4.1.md:433:56 jsxs U upcoming `jsx` and `jsxs` factory functions through" - "packages/documentation/copy/en/release-notes/TypeScript 4.2.md:158:49 Hübotter U external contributor [Jonas Hübotter](https://github.com" - "packages/documentation/copy/en/release-notes/TypeScript 4.2.md:338:5 badda U badda() {}" - - "packages/documentation/copy/en/release-notes/TypeScript 4.2.md:467:160 unassignable U object properties as unassignable to otherwise compatible" - "packages/documentation/copy/en/release-notes/TypeScript 4.2.md:472:14 Tenenbaums U \"The Royal Tenenbaums\"?: number;" - "packages/documentation/copy/en/release-notes/TypeScript 4.3.md:424:209 Kubilay U dragomirtitian)and [Kubilay Kahveci](https://github" - "packages/documentation/copy/en/release-notes/TypeScript 4.3.md:424:217 Kahveci U dragomirtitian)and [Kubilay Kahveci](https://github.com" diff --git a/integration-tests/snapshots/microsoft/TypeScript-Website/snapshot.txt b/integration-tests/snapshots/microsoft/TypeScript-Website/snapshot.txt index 12f63cc6145..4cc0c5e780d 100644 --- a/integration-tests/snapshots/microsoft/TypeScript-Website/snapshot.txt +++ b/integration-tests/snapshots/microsoft/TypeScript-Website/snapshot.txt @@ -3,7 +3,7 @@ Repository: microsoft/TypeScript-Website Url: "https://github.com/microsoft/TypeScript-Website.git" Args: ["--config=../../../../config/repositories/microsoft/TypeScript-Website/cspell.json","**/*.*"] Lines: - CSpell: Files checked: 740, Issues found: 685 in 172 files + CSpell: Files checked: 740, Issues found: 681 in 170 files exit code: 1 ./SECURITY.md:13:72 - Unknown word (MSRC) -- Security Response Center (MSRC) at [https://msrc.microsoft ./SECURITY.md:17:205 - Unknown word (msrc) -- found at [microsoft.com/msrc](https://aka.ms/opensource @@ -32,7 +32,6 @@ Lines: ./packages/documentation/copy/en/handbook-v2/Everyday Types.md:208:36 - Unknown word (Alisson) -- first: "Alice", last: "Alisson" }); ./packages/documentation/copy/en/handbook-v2/Narrowing.md:475:21 - Unknown word (sharkey) -- if (pet.name === "sharkey") return false; ./packages/documentation/copy/en/handbook-v2/The Handbook.md:48:208 - Unknown word (bazel) -- closure, lerna, rush, bazel, preact, vue, angular -./packages/documentation/copy/en/handbook-v2/Type Manipulation/Conditional Types.md:204:6 - Unknown word (Bools) -- type Bools = GetReturnType<(a: ./packages/documentation/copy/en/handbook-v2/Type Manipulation/Generics.md:353:22 - Unknown word (Mikle) -- nametag: string = "Mikle"; ./packages/documentation/copy/en/handbook-v2/Type Manipulation/Indexed Access Types.md:38:19 - Unknown word (alve) -- type I1 = Person["alve"]; ./packages/documentation/copy/en/handbook-v2/Type Manipulation/Keyof Type Operator.md:26:6 - Unknown word (Mapish) -- type Mapish = { [k: string]: boolean @@ -89,8 +88,7 @@ Lines: ./packages/documentation/copy/en/release-notes/TypeScript 4.1.md:433:56 - Unknown word (jsxs) -- upcoming `jsx` and `jsxs` factory functions through ./packages/documentation/copy/en/release-notes/TypeScript 4.2.md:158:49 - Unknown word (Hübotter) -- external contributor [Jonas Hübotter](https://github.com ./packages/documentation/copy/en/release-notes/TypeScript 4.2.md:338:5 - Unknown word (badda) -- badda() {} -./packages/documentation/copy/en/release-notes/TypeScript 4.2.md:467:160 - Unknown word (unassignable) -- object properties as unassignable to otherwise compatible -./packages/documentation/copy/en/release-notes/TypeScript 4.2.md:472:14 - Unknown word (Tenenbaums) -- "The Royal Tenenbaums"?: number; +./packages/documentation/copy/en/release-notes/TypeScript 4.2.md:472:14 - Unknown word (Tenenbaums) -- "The Royal Tenenbaums"?: number; ./packages/documentation/copy/en/release-notes/TypeScript 4.3.md:424:209 - Unknown word (Kubilay) -- dragomirtitian)and [Kubilay Kahveci](https://github ./packages/documentation/copy/en/release-notes/TypeScript 4.3.md:424:217 - Unknown word (Kahveci) -- dragomirtitian)and [Kubilay Kahveci](https://github.com ./packages/documentation/copy/en/release-notes/TypeScript 4.3.md:672:39 - Unknown word (Koppers) -- spear-headed by [Tobias Koppers](https://github.com diff --git a/integration-tests/snapshots/neovim/nvim-lspconfig/report.yaml b/integration-tests/snapshots/neovim/nvim-lspconfig/report.yaml index 8cd04105a85..282c8a29365 100644 --- a/integration-tests/snapshots/neovim/nvim-lspconfig/report.yaml +++ b/integration-tests/snapshots/neovim/nvim-lspconfig/report.yaml @@ -5,7 +5,7 @@ Args: '["**"]' Summary: files: 287 filesWithIssues: 283 - issues: 3910 + issues: 3907 errors: 0 Errors: [] @@ -347,7 +347,6 @@ issues: - "doc/server_configurations.md:8006:9 rustup U cmd = {\"rustup\", \"run\", \"nightly\"," - "doc/server_configurations.md:8036:73 nixpkgs U completion and formatting via nixpkgs-fmt." - "doc/server_configurations.md:8099:22 robotidy U util.root_pattern('robotidy.toml', 'pyproject.toml" - - "doc/server_configurations.md:8279:4 embeddable U an embeddable dynamic programming" - "doc/server_configurations.md:8445:76 struct U enum\", \"interface\", \"struct\", \"typeParameter\"," - "doc/server_configurations.md:8697:2 Slint U `Slint`'s language server" - "doc/server_configurations.md:8960:52 remappings U json, just create a `remappings.txt` with:" diff --git a/integration-tests/snapshots/neovim/nvim-lspconfig/snapshot.txt b/integration-tests/snapshots/neovim/nvim-lspconfig/snapshot.txt index b1f9c9bc99a..0b032925461 100644 --- a/integration-tests/snapshots/neovim/nvim-lspconfig/snapshot.txt +++ b/integration-tests/snapshots/neovim/nvim-lspconfig/snapshot.txt @@ -3,7 +3,7 @@ Repository: neovim/nvim-lspconfig Url: "https://github.com/neovim/nvim-lspconfig.git" Args: ["**"] Lines: - CSpell: Files checked: 287, Issues found: 3910 in 283 files + CSpell: Files checked: 287, Issues found: 3907 in 283 files exit code: 1 ./CONTRIBUTING.md:10:341 - Unknown word (nvim) -- dedicated plugin such as nvim-jdtls, nvim-metals, ./CONTRIBUTING.md:10:346 - Unknown word (jdtls) -- plugin such as nvim-jdtls, nvim-metals, etc. @@ -369,7 +369,6 @@ Lines: ./doc/server_configurations.md:8036:73 - Unknown word (nixpkgs) -- completion and formatting via nixpkgs-fmt. ./doc/server_configurations.md:8099:22 - Unknown word (robotidy) -- util.root_pattern('robotidy.toml', 'pyproject.toml ./doc/server_configurations.md:80:4 - Unknown word (fstar) -- - [fstar](#fstar) -./doc/server_configurations.md:8279:4 - Unknown word (embeddable) -- an embeddable dynamic programming ./doc/server_configurations.md:82:4 - Unknown word (gdscript) -- - [gdscript](#gdscript) ./doc/server_configurations.md:835:13 - Unknown word (vmasm) -- { "asm", "vmasm" } ./doc/server_configurations.md:83:4 - Unknown word (ghcide) -- - [ghcide](#ghcide) diff --git a/integration-tests/snapshots/pagekit/pagekit/report.yaml b/integration-tests/snapshots/pagekit/pagekit/report.yaml index 05093932cfd..6478c47e607 100644 --- a/integration-tests/snapshots/pagekit/pagekit/report.yaml +++ b/integration-tests/snapshots/pagekit/pagekit/report.yaml @@ -4,8 +4,8 @@ Url: https://github.com/pagekit/pagekit.git Args: '["-e","/app/assets/codemirror","-e","/app/system/languages","**"]' Summary: files: 741 - filesWithIssues: 221 - issues: 687 + filesWithIssues: 220 + issues: 685 errors: 0 Errors: [] @@ -103,8 +103,6 @@ issues: - "app/modules/filesystem/src/Archive/Zip.php:64:34 ZIPCLOSED U case \\ZipArchive::ER_ZIPCLOSED:" - "app/modules/filesystem/src/Archive/Zip.php:66:34 TMPOPEN U case \\ZipArchive::ER_TMPOPEN:" - "app/modules/filesystem/src/Archive/Zip.php:72:34 COMPNOTSUPP U case \\ZipArchive::ER_COMPNOTSUPP:" - - "app/modules/filesystem/src/Filesystem.php:38:13 canonicalized U * Gets canonicalized file path or localpath" - - "app/modules/filesystem/src/Path.php:8:19 canonicalizes U * Parses and canonicalizes a path into root, path" - "app/modules/filesystem/src/StreamWrapper.php:140:21 underlaying U * Retrieve the underlaying resource." - "app/modules/filter/phpunit.xml.dist:12:40 autoload U \"../../../../vendor/autoload.php\"" - "app/modules/filter/src/FilterManager.php:11:10 addrelnofollow U 'addrelnofollow' => 'Pagekit\\Filter" diff --git a/integration-tests/snapshots/pagekit/pagekit/snapshot.txt b/integration-tests/snapshots/pagekit/pagekit/snapshot.txt index a25cdb6a495..3b08c8ae3e8 100644 --- a/integration-tests/snapshots/pagekit/pagekit/snapshot.txt +++ b/integration-tests/snapshots/pagekit/pagekit/snapshot.txt @@ -3,7 +3,7 @@ Repository: pagekit/pagekit Url: "https://github.com/pagekit/pagekit.git" Args: ["-e","/app/assets/codemirror","-e","/app/system/languages","**"] Lines: - CSpell: Files checked: 741, Issues found: 687 in 221 files + CSpell: Files checked: 741, Issues found: 685 in 220 files exit code: 1 ./README.md:20:55 - Unknown word (Otheme) -- project developed by YOOtheme. ./README.md:32:62 - Unknown word (webserver) -- extracted folder to your webserver. @@ -100,8 +100,6 @@ Lines: ./app/modules/filesystem/src/Archive/Zip.php:64:34 - Unknown word (ZIPCLOSED) -- case \ZipArchive::ER_ZIPCLOSED: ./app/modules/filesystem/src/Archive/Zip.php:66:34 - Unknown word (TMPOPEN) -- case \ZipArchive::ER_TMPOPEN: ./app/modules/filesystem/src/Archive/Zip.php:72:34 - Unknown word (COMPNOTSUPP) -- case \ZipArchive::ER_COMPNOTSUPP: -./app/modules/filesystem/src/Filesystem.php:38:13 - Unknown word (canonicalized) -- * Gets canonicalized file path or localpath -./app/modules/filesystem/src/Path.php:8:19 - Unknown word (canonicalizes) -- * Parses and canonicalizes a path into root, path ./app/modules/filesystem/src/StreamWrapper.php:140:21 - Unknown word (underlaying) -- * Retrieve the underlaying resource. ./app/modules/filter/phpunit.xml.dist:12:40 - Unknown word (autoload) -- "../../../../vendor/autoload.php" ./app/modules/filter/src/FilterManager.php:11:10 - Unknown word (addrelnofollow) -- 'addrelnofollow' => 'Pagekit\Filter diff --git a/integration-tests/snapshots/php/php-src/report.yaml b/integration-tests/snapshots/php/php-src/report.yaml index f8cde6e717f..e06feb3d4e0 100644 --- a/integration-tests/snapshots/php/php-src/report.yaml +++ b/integration-tests/snapshots/php/php-src/report.yaml @@ -4,8 +4,8 @@ Url: https://github.com/php/php-src.git Args: '["--config=${repoConfig}/cspell.json","**/*.{md,c,h,php}"]' Summary: files: 1826 - filesWithIssues: 1307 - issues: 45340 + filesWithIssues: 1305 + issues: 45229 errors: 0 Errors: [] @@ -20,7 +20,6 @@ issues: - "build/gen_stub.php:1513:30 constructorsynopsis U $synopsisType = \"constructorsynopsis\";" - "build/gen_stub.php:1515:30 destructorsynopsis U $synopsisType = \"destructorsynopsis\";" - "build/gen_stub.php:1517:30 methodsynopsis U $synopsisType = \"methodsynopsis\";" - - "build/gen_stub.php:1604:30 Consts U public array $originatingConsts;" - "build/gen_stub.php:1811:56 Linkend U getFieldSynopsisDefaultLinkend(): string;" - "build/gen_stub.php:1820:77 fieldsynopsis U DOMDocument $doc, DOMElement $fieldsynopsisElement): void" - "build/gen_stub.php:1911:44 linkend U varnameElement->setAttribute(\"linkend\", $this->link);" @@ -36,7 +35,6 @@ issues: - "build/gen_stub.php:3368:80 docblocks U callable(string):mixed in docblocks" - "build/gen_stub.php:3369:64 inparens U \\\\\\]+(?\\((?(?:(?&parens)|[^(){" - "build/gen_stub.php:3469:27 undocumentable U case 'undocumentable':" - - "build/gen_stub.php:3693:24 consts U @param ConstInfo[] $consts" - "build/gen_stub.php:3814:47 conds U reprocessorConditions(array &$conds, Stmt $stmt): ?string" - "build/gen_stub.php:4557:46 varlistentry U getElementsByTagName(\"varlistentry\") as $entry) {" - "build/gen_stub.php:4779:41 exceptionref U '/kve_protection" @@ -4986,7 +4981,6 @@ issues: - "ext/pcre/pcre2lib/pcre2_compile.c:3173:37 numberical U brace delimiters it is a numberical back reference and does" - "ext/pcre/pcre2lib/pcre2_compile.c:3326:46 STARTWORD U )(ptr, STRING_WEIRD_STARTWORD, 6) == 0 ||" - "ext/pcre/pcre2lib/pcre2_compile.c:3327:46 ENDWORD U )(ptr, STRING_WEIRD_ENDWORD, 6) == 0))" - - "ext/pcre/pcre2lib/pcre2_compile.c:3504:9 fuzzers U fuzzers do that kind of thing" - "ext/pcre/pcre2lib/pcre2_compile.c:3797:18 lookaround U non-atomic lookaround ones are new. They are" - "ext/pcre/pcre2lib/pcre2_compile.c:3801:16 CHMAX U else if (CHMAX_255(c) && (cb->ctypes" - "ext/pcre/pcre2lib/pcre2_compile.c:4002:67 unsetting U otherwise it's an option unsetting. */" @@ -6700,10 +6694,9 @@ issues: - "ext/pdo/pdo_dbh.stub.php:199:36 ERRMODE U LONG_CONST(PDO_ATTR_ERRMODE)" - "ext/pdo/pdo_dbh.stub.php:380:38 FWDONLY U LONG_CONST(PDO_CURSOR_FWDONLY)" - "ext/pdo/pdo_sqlstate.c:296:14 Plpgsql U { \"P0000\", \"Plpgsql error\" }," - - "ext/pdo/pdo_stmt.c:256:31 pparam U pdo_bound_param_data *pparam = NULL;" - - "ext/pdo/pdo_stmt.c:420:21 unsignend U /* num_index is unsignend */" - - "ext/pdo/pdo_stmt.c:510:8 stringification U /* If stringification is requested, override" - - "ext/pdo/pdo_stmt.c:690:65 agrs U stmt, int free_ctor_agrs) /* {{{ */" + - "ext/pdo/pdo_stmt.c:256:31 pparam U pdo_bound_param_data *pparam = NULL;" + - "ext/pdo/pdo_stmt.c:420:21 unsignend U /* num_index is unsignend */" + - "ext/pdo/pdo_stmt.c:690:65 agrs U stmt, int free_ctor_agrs) /* {{{ */" - "ext/pdo/pdo.c:45:15 ppdo U static int le_ppdo;" - "ext/pdo/pdo.c:146:6 valstart U int valstart = -1;" - "ext/pdo/pdo.c:148:6 optstart U int optstart = 0;" @@ -8851,11 +8844,9 @@ issues: - "sapi/fpm/fpm/fpm_unix.c:518:42 setpflags U process_dumpable && 0 > setpflags(__PROC_PROTECT, 0))" - "sapi/fpm/fpm/fpm_unix.c:531:10 getcon U if (aa_getcon(&con, NULL) == -1)" - "sapi/fpm/fpm/fpm_unix.c:649:10 readval U int readval;" - - "sapi/fuzzer/fuzzer-execute.c:19:9 Fuzzer U int LLVMFuzzerTestOneInput(const uint" - "sapi/fuzzer/fuzzer-execute.c:22:52 codepaths U necessary to reach new codepaths. */" - "sapi/fuzzer/fuzzer-sapi.c:38:36 libfuzzer U timeout be enforced by libfuzzer, not PHP. */" - "sapi/fuzzer/fuzzer-sapi.c:51:44 tempname U rename,rmdir,symlink,tempname,touch,unlink,fopen\"" - - "sapi/fuzzer/fuzzer.h:18:9 FUZZER U #define FUZZER_VERSION PHP_VERSION" - "sapi/fuzzer/generate_all.php:4:30 unserializehash U _DIR__ . '/generate_unserializehash_corpus.php';" - "sapi/fuzzer/generate_unserializehash_corpus.php:8:6 algx U $algx = preg_replace('/[^" - "sapi/fuzzer/README.md:4:134 exif U you don't build the exif/json/mbstring extensions" @@ -9376,7 +9367,6 @@ issues: - "Zend/zend_enum.c:186:74 unitenum U ZSTR_INIT_LITERAL(\"unitenum\", 0);" - "Zend/zend_enum.c:190:79 backedenum U ZSTR_INIT_LITERAL(\"backedenum\", 0);" - "Zend/zend_enum.c:455:58 TRYFROM U ZSTR_KNOWN(ZEND_STR_TRYFROM);" - - "Zend/zend_execute_API.c:702:72 retriggering U which can happen when retriggering ast" - "Zend/zend_execute_API.c:1035:24 fcic U zend_fcall_info_cache fcic;" - "Zend/zend_execute_API.c:1518:47 WAITORTIMERCALLBACK U rQueueTimer(&tq_timer, NULL, (WAITORTIMERCALLBACK)tq_timer_cb, (VOID*" - "Zend/zend_execute_API.c:1518:111 EXECUTEONLYONCE U seconds*1000, 0, WT_EXECUTEONLYONCE)) {" diff --git a/integration-tests/snapshots/php/php-src/snapshot.txt b/integration-tests/snapshots/php/php-src/snapshot.txt index 4f47e51de56..eda7f82a5f8 100644 --- a/integration-tests/snapshots/php/php-src/snapshot.txt +++ b/integration-tests/snapshots/php/php-src/snapshot.txt @@ -3,7 +3,7 @@ Repository: php/php-src Url: "https://github.com/php/php-src.git" Args: ["--config=../../../../config/repositories/php/php-src/cspell.json","**/*.{md,c,h,php}"] Lines: - CSpell: Files checked: 1826, Issues found: 45340 in 1307 files + CSpell: Files checked: 1826, Issues found: 45229 in 1305 files exit code: 1 ./CODING_STANDARDS.md:105:23 - Unknown word (intvl) -- // Could be 'date_intvl_create_from_date_str ./CODING_STANDARDS.md:114:8 - Unknown word (setclientencoding) -- pg_setclientencoding @@ -220,10 +220,9 @@ Lines: ./Zend/zend_execute.c:61:18 - Unknown word (IBMC) -- # elif defined(__IBMC__) && ZEND_GCC_VERSION ./Zend/zend_execute.c:673:36 - Unknown word (fsep) -- fname, const char **fsep, const char **fclass ./Zend/zend_execute.c:673:55 - Unknown word (fclass) -- *fsep, const char **fclass, -./Zend/zend_execute_API.c:1035:24 - Unknown word (fcic) -- zend_fcall_info_cache fcic; +./Zend/zend_execute_API.c:1035:24 - Unknown word (fcic) -- zend_fcall_info_cache fcic; ./Zend/zend_execute_API.c:1518:111 - Unknown word (EXECUTEONLYONCE) -- seconds*1000, 0, WT_EXECUTEONLYONCE)) { ./Zend/zend_execute_API.c:1518:47 - Unknown word (WAITORTIMERCALLBACK) -- rQueueTimer(&tq_timer, NULL, (WAITORTIMERCALLBACK)tq_timer_cb, (VOID* -./Zend/zend_execute_API.c:702:72 - Unknown word (retriggering) -- which can happen when retriggering ast ./Zend/zend_fibers.c:157:33 - Unknown word (fcontext) -- by boost.context in fcontext.hpp: ./Zend/zend_fibers.c:322:51 - Unknown word (chkstk) -- probing function ___chkstk_darwin incorrectly ./Zend/zend_gc.c:1776:26 - Unknown word (tmpvars) -- static void zend_gc_root_tmpvars(void); @@ -391,7 +390,6 @@ Lines: ./build/gen_stub.php:1513:30 - Unknown word (constructorsynopsis) -- $synopsisType = "constructorsynopsis"; ./build/gen_stub.php:1515:30 - Unknown word (destructorsynopsis) -- $synopsisType = "destructorsynopsis"; ./build/gen_stub.php:1517:30 - Unknown word (methodsynopsis) -- $synopsisType = "methodsynopsis"; -./build/gen_stub.php:1604:30 - Unknown word (Consts) -- public array $originatingConsts; ./build/gen_stub.php:1811:56 - Unknown word (Linkend) -- getFieldSynopsisDefaultLinkend(): string; ./build/gen_stub.php:1820:77 - Unknown word (fieldsynopsis) -- DOMDocument $doc, DOMElement $fieldsynopsisElement): void ./build/gen_stub.php:1911:44 - Unknown word (linkend) -- varnameElement->setAttribute("linkend", $this->link); @@ -407,7 +405,6 @@ Lines: ./build/gen_stub.php:3368:80 - Unknown word (docblocks) -- callable(string):mixed in docblocks ./build/gen_stub.php:3369:64 - Unknown word (inparens) -- \\\]+(?\((?(?:(?&parens)|[^(){ ./build/gen_stub.php:3469:27 - Unknown word (undocumentable) -- case 'undocumentable': -./build/gen_stub.php:3693:24 - Unknown word (consts) -- @param ConstInfo[] $consts ./build/gen_stub.php:3814:47 - Unknown word (conds) -- reprocessorConditions(array &$conds, Stmt $stmt): ?string ./build/gen_stub.php:4557:46 - Unknown word (varlistentry) -- getElementsByTagName("varlistentry") as $entry) { ./build/gen_stub.php:4779:41 - Unknown word (exceptionref) -- '/kve_protection @@ -5280,7 +5274,6 @@ Lines: ./ext/pcre/pcre2lib/pcre2_compile.c:3173:37 - Unknown word (numberical) -- brace delimiters it is a numberical back reference and does ./ext/pcre/pcre2lib/pcre2_compile.c:3326:46 - Unknown word (STARTWORD) -- )(ptr, STRING_WEIRD_STARTWORD, 6) == 0 || ./ext/pcre/pcre2lib/pcre2_compile.c:3327:46 - Unknown word (ENDWORD) -- )(ptr, STRING_WEIRD_ENDWORD, 6) == 0)) -./ext/pcre/pcre2lib/pcre2_compile.c:3504:9 - Unknown word (fuzzers) -- fuzzers do that kind of thing ./ext/pcre/pcre2lib/pcre2_compile.c:375:8 - Unknown word (PSKIP) -- enum { PSKIP_ALT, PSKIP_CLASS, PSKIP ./ext/pcre/pcre2lib/pcre2_compile.c:3797:18 - Unknown word (lookaround) -- non-atomic lookaround ones are new. They are ./ext/pcre/pcre2lib/pcre2_compile.c:379:2 - Unknown word (Wconversion) -- -Wconversion. This version gets a @@ -5328,7 +5321,7 @@ Lines: ./ext/pcre/pcre2lib/pcre2_compile.c:5371:3 - Unknown word (codeptr) -- codeptr points to ./ext/pcre/pcre2lib/pcre2_compile.c:5372:3 - Unknown word (pptrptr) -- pptrptr points to ./ext/pcre/pcre2lib/pcre2_compile.c:5374:3 - Unknown word (firstcuptr) -- firstcuptr place to put -./ext/pcre/pcre2lib/pcre2_compile.c:5375:3 - Unknown word (firstcuflagsptr) -- firstcuflagsptr place to put the first +./ext/pcre/pcre2lib/pcre2_compile.c:5375:3 - Unknown word (firstcuflagsptr) -- firstcuflagsptr place to put the first ./ext/pcre/pcre2lib/pcre2_compile.c:5376:3 - Unknown word (reqcuptr) -- reqcuptr place to put ./ext/pcre/pcre2lib/pcre2_compile.c:5377:3 - Unknown word (reqcuflagsptr) -- reqcuflagsptr place to put the ./ext/pcre/pcre2lib/pcre2_compile.c:5378:3 - Unknown word (bcptr) -- bcptr points to @@ -6776,8 +6769,7 @@ Lines: ./ext/pdo/pdo_sqlstate.c:296:14 - Unknown word (Plpgsql) -- { "P0000", "Plpgsql error" }, ./ext/pdo/pdo_stmt.c:256:31 - Unknown word (pparam) -- pdo_bound_param_data *pparam = NULL; ./ext/pdo/pdo_stmt.c:420:21 - Unknown word (unsignend) -- /* num_index is unsignend */ -./ext/pdo/pdo_stmt.c:510:8 - Unknown word (stringification) -- /* If stringification is requested, override -./ext/pdo/pdo_stmt.c:690:65 - Unknown word (agrs) -- stmt, int free_ctor_agrs) /* {{{ */ +./ext/pdo/pdo_stmt.c:690:65 - Unknown word (agrs) -- stmt, int free_ctor_agrs) /* {{{ */ ./ext/pdo_dblib/dblib_driver.c:112:15 - Unknown word (resret) -- RETCODE ret, resret; ./ext/pdo_dblib/dblib_driver.c:114:2 - Unknown word (dbsetuserdata) -- dbsetuserdata(H->link, (BYTE*)&H- ./ext/pdo_dblib/dblib_driver.c:116:14 - Unknown word (dbcmd) -- if (FAIL == dbcmd(H->link, ZSTR_VAL(sql @@ -9181,11 +9173,9 @@ Lines: ./sapi/fuzzer/README.md:88:1 - Unknown word (autoreconf) -- autoreconf -vfi ./sapi/fuzzer/README.md:91:1 - Unknown word (popd) -- popd ./sapi/fuzzer/README.md:93:8 - Unknown word (ONIG) -- export ONIG_CFLAGS="-I$PWD/oniguruma -./sapi/fuzzer/fuzzer-execute.c:19:9 - Unknown word (Fuzzer) -- int LLVMFuzzerTestOneInput(const uint ./sapi/fuzzer/fuzzer-execute.c:22:52 - Unknown word (codepaths) -- necessary to reach new codepaths. */ ./sapi/fuzzer/fuzzer-sapi.c:38:36 - Unknown word (libfuzzer) -- timeout be enforced by libfuzzer, not PHP. */ ./sapi/fuzzer/fuzzer-sapi.c:51:44 - Unknown word (tempname) -- rename,rmdir,symlink,tempname,touch,unlink,fopen" -./sapi/fuzzer/fuzzer.h:18:9 - Unknown word (FUZZER) -- #define FUZZER_VERSION PHP_VERSION ./sapi/fuzzer/generate_all.php:4:30 - Unknown word (unserializehash) -- _DIR__ . '/generate_unserializehash_corpus.php'; ./sapi/fuzzer/generate_unserializehash_corpus.php:8:6 - Unknown word (algx) -- $algx = preg_replace('/[^ ./sapi/litespeed/README.md:147:14 - Unknown word (REQS) -- * `LSAPI_MAX_REQS` or `PHP_LSAPI_MAX_REQUESTS diff --git a/integration-tests/snapshots/sveltejs/svelte/report.yaml b/integration-tests/snapshots/sveltejs/svelte/report.yaml index 520a2923b0d..5026c67d395 100644 --- a/integration-tests/snapshots/sveltejs/svelte/report.yaml +++ b/integration-tests/snapshots/sveltejs/svelte/report.yaml @@ -4,8 +4,8 @@ Url: https://github.com/sveltejs/svelte.git Args: '["**"]' Summary: files: 5809 - filesWithIssues: 657 - issues: 5787 + filesWithIssues: 654 + issues: 5769 errors: 0 Errors: [] @@ -387,22 +387,21 @@ issues: - "documentation/blog/2022-05-01-whats-new-in-svelte-may-2022.md:80:69 blazingly U svelte-mp3) is a light blazingly fast yet simple minimalistic" - "documentation/blog/2022-05-01-whats-new-in-svelte-may-2022.md:85:11 exmarkdown U - [svelte-exmarkdown](https://github.com" - "documentation/blog/2022-05-01-whats-new-in-svelte-may-2022.md:86:4 Bookit U - [Bookit](https://github.com" - - "documentation/blog/2022-06-01-whats-new-in-svelte-june-2022.md:40:4 Plantarium U - [Plantarium](https://github.com" - - "documentation/blog/2022-06-01-whats-new-in-svelte-june-2022.md:41:173 threejs U that uses lamina and threejs" - - "documentation/blog/2022-06-01-whats-new-in-svelte-june-2022.md:42:4 Waaard U - [Waaard](https://waaard.com" - - "documentation/blog/2022-06-01-whats-new-in-svelte-june-2022.md:43:4 Magidoc U - [Magidoc](https://github.com" - - "documentation/blog/2022-06-01-whats-new-in-svelte-june-2022.md:44:6 Markmap U - [myMarkmap](https://github.com" - - "documentation/blog/2022-06-01-whats-new-in-svelte-june-2022.md:48:4 kaios U - [kaios-weather-svelte](https" - - "documentation/blog/2022-06-01-whats-new-in-svelte-june-2022.md:49:11 gantt U - [svelte-gantt](https://github.com" - - "documentation/blog/2022-06-01-whats-new-in-svelte-june-2022.md:50:4 Miru U - [Miru](https://github.com" - - "documentation/blog/2022-06-01-whats-new-in-svelte-june-2022.md:61:130 Rascia U audio-api/) by Tania Rascia" - - "documentation/blog/2022-06-01-whats-new-in-svelte-june-2022.md:73:40 Prismic U your Svelte Sites with Prismic](https://www.youtube" - - "documentation/blog/2022-06-01-whats-new-in-svelte-june-2022.md:84:14 Shiki U - [SvelteKit Shiki Syntax Highlighting" - - "documentation/blog/2022-06-01-whats-new-in-svelte-june-2022.md:98:87 unopinionated U headless-table) is an unopinionated and extensible data" - - "documentation/blog/2022-06-01-whats-new-in-svelte-june-2022.md:100:4 Svelcro U - [Svelcro](https://github.com" - - "documentation/blog/2022-06-01-whats-new-in-svelte-june-2022.md:101:11 Splitpanes U - [Svelte-Splitpanes](https://github.com" - - "documentation/blog/2022-06-01-whats-new-in-svelte-june-2022.md:102:11 miniplayer U - [svelte-miniplayer](https://github.com" - - "documentation/blog/2022-06-01-whats-new-in-svelte-june-2022.md:103:11 keybinds U - [svelte-keybinds](https://github.com" + - "documentation/blog/2022-06-01-whats-new-in-svelte-june-2022.md:40:4 Plantarium U - [Plantarium](https://github.com" + - "documentation/blog/2022-06-01-whats-new-in-svelte-june-2022.md:41:173 threejs U that uses lamina and threejs" + - "documentation/blog/2022-06-01-whats-new-in-svelte-june-2022.md:42:4 Waaard U - [Waaard](https://waaard.com" + - "documentation/blog/2022-06-01-whats-new-in-svelte-june-2022.md:43:4 Magidoc U - [Magidoc](https://github.com" + - "documentation/blog/2022-06-01-whats-new-in-svelte-june-2022.md:44:6 Markmap U - [myMarkmap](https://github.com" + - "documentation/blog/2022-06-01-whats-new-in-svelte-june-2022.md:48:4 kaios U - [kaios-weather-svelte](https" + - "documentation/blog/2022-06-01-whats-new-in-svelte-june-2022.md:49:11 gantt U - [svelte-gantt](https://github.com" + - "documentation/blog/2022-06-01-whats-new-in-svelte-june-2022.md:50:4 Miru U - [Miru](https://github.com" + - "documentation/blog/2022-06-01-whats-new-in-svelte-june-2022.md:61:130 Rascia U audio-api/) by Tania Rascia" + - "documentation/blog/2022-06-01-whats-new-in-svelte-june-2022.md:73:40 Prismic U your Svelte Sites with Prismic](https://www.youtube" + - "documentation/blog/2022-06-01-whats-new-in-svelte-june-2022.md:84:14 Shiki U - [SvelteKit Shiki Syntax Highlighting" + - "documentation/blog/2022-06-01-whats-new-in-svelte-june-2022.md:100:4 Svelcro U - [Svelcro](https://github.com" + - "documentation/blog/2022-06-01-whats-new-in-svelte-june-2022.md:101:11 Splitpanes U - [Svelte-Splitpanes](https://github.com" + - "documentation/blog/2022-06-01-whats-new-in-svelte-june-2022.md:102:11 miniplayer U - [svelte-miniplayer](https://github.com" + - "documentation/blog/2022-06-01-whats-new-in-svelte-june-2022.md:103:11 keybinds U - [svelte-keybinds](https://github.com" - "documentation/blog/2022-07-01-whats-new-in-svelte-july-2022.md:14:232 nayan U meaningful way. **[@gtm-nayan](https://github.com" - "documentation/blog/2022-07-01-whats-new-in-svelte-july-2022.md:14:281 triaging U gtm-nayan)** has begun triaging and fixing SvelteKit" - "documentation/blog/2022-07-01-whats-new-in-svelte-july-2022.md:28:136 Undici U by switching to the Undici `fetch` implementation" @@ -1015,7 +1014,6 @@ issues: - "packages/svelte/src/compiler/compile/nodes/Element.js:900:58 noreferrer U should have noopener or noreferrer: https://developer.chrome" - "packages/svelte/src/compiler/compile/nodes/Element.js:1367:14 textcontent U get can_use_textcontent() {" - "packages/svelte/src/compiler/compile/nodes/Element.js:1396:36 aeiou U starts_with_vowel = /^[aeiou]/;" - - "packages/svelte/src/compiler/compile/nodes/shared/get_const_tags.js:26:8 consts U const consts_nodes = const_tags.map" - "packages/svelte/src/compiler/compile/nodes/shared/is_contextual.js:13:5 hoistables U // hoistables, module declarations" - "packages/svelte/src/compiler/compile/render_dom/Block.js:95:6 outros U has_outros;" - "packages/svelte/src/compiler/compile/render_dom/index.js:54:14 deconflicted U // TODO the deconflicted names of blocks are" @@ -2369,7 +2367,6 @@ issues: - "packages/svelte/test/css/samples/omit-scoping-attribute-attribute-selector/expected.css:1:2 autoplay U [autoplay].svelte-xyz{color:red" - "packages/svelte/test/css/samples/supports-font-face/expected.css:1:109 Moderna U lveticaNeue-Bold'), url(MgOpenModernaBold.ttf);font-weight" - "packages/svelte/test/css/samples/supports-import/expected.css:1:103 fineprint U mmunicator/skin/);@import url(fineprint.css) print;@import url" - - "packages/svelte/test/css/samples/supports-namespace/input.svelte:5:66 unprefixed U XHTML is the default unprefixed namespace */" - "packages/svelte/test/css/samples/unused-selector-string-concat/_config.js:5:36 fooaa U Unused CSS selector \".fooaa\"'," - "packages/svelte/test/css/samples/unused-selector-string-concat/_config.js:10:12 foobb U 12: .foobb {color: red;}" - "packages/svelte/test/css/samples/unused-selector-string-concat/_config.js:11:12 foocc U 13: .foocc {color: red;}`," @@ -2729,7 +2726,6 @@ issues: - "sites/svelte.dev/README.md:153:256 compulsary (compulsory) U arranged. _And they are compulsary_." - "sites/svelte.dev/README.md:193:58 frontematter U is mentioned in the frontematter of a post. For example" - "sites/svelte.dev/README.md:210:124 latinised U english language) they are latinised to make sure the URL" - - "sites/svelte.dev/scripts/type-gen/index.js:87:22 munge U children.push(munge_type_element(member" - "sites/svelte.dev/src/lib/db/client.js:2:10 SUPABASE U import { SUPABASE_URL, SUPABASE_KEY }" - "sites/svelte.dev/src/lib/db/gist.js:15:8 userid U list_userid: user.id," - "sites/svelte.dev/src/lib/db/gist.js:69:20 gistid U * @param {string} gistid" diff --git a/integration-tests/snapshots/sveltejs/svelte/snapshot.txt b/integration-tests/snapshots/sveltejs/svelte/snapshot.txt index c0c9ec093d4..d9d2e6c962f 100644 --- a/integration-tests/snapshots/sveltejs/svelte/snapshot.txt +++ b/integration-tests/snapshots/sveltejs/svelte/snapshot.txt @@ -3,7 +3,7 @@ Repository: sveltejs/svelte Url: "https://github.com/sveltejs/svelte.git" Args: ["**"] Lines: - CSpell: Files checked: 5809, Issues found: 5787 in 657 files + CSpell: Files checked: 5809, Issues found: 5769 in 654 files exit code: 1 ./CONTRIBUTING.md:22:5 - Unknown word (Triaging) -- ### Triaging issues and pull requests ./documentation/blog/2016-11-26-frameworks-without-the-framework.md:29:303 - Unknown word (analysing) -- modules. By statically analysing the component template @@ -382,10 +382,10 @@ Lines: ./documentation/blog/2022-05-01-whats-new-in-svelte-may-2022.md:80:69 - Unknown word (blazingly) -- svelte-mp3) is a light blazingly fast yet simple minimalistic ./documentation/blog/2022-05-01-whats-new-in-svelte-may-2022.md:85:11 - Unknown word (exmarkdown) -- - [svelte-exmarkdown](https://github.com ./documentation/blog/2022-05-01-whats-new-in-svelte-may-2022.md:86:4 - Unknown word (Bookit) -- - [Bookit](https://github.com -./documentation/blog/2022-06-01-whats-new-in-svelte-june-2022.md:100:4 - Unknown word (Svelcro) -- - [Svelcro](https://github.com -./documentation/blog/2022-06-01-whats-new-in-svelte-june-2022.md:101:11 - Unknown word (Splitpanes) -- - [Svelte-Splitpanes](https://github.com -./documentation/blog/2022-06-01-whats-new-in-svelte-june-2022.md:102:11 - Unknown word (miniplayer) -- - [svelte-miniplayer](https://github.com -./documentation/blog/2022-06-01-whats-new-in-svelte-june-2022.md:103:11 - Unknown word (keybinds) -- - [svelte-keybinds](https://github.com +./documentation/blog/2022-06-01-whats-new-in-svelte-june-2022.md:100:4 - Unknown word (Svelcro) -- - [Svelcro](https://github.com +./documentation/blog/2022-06-01-whats-new-in-svelte-june-2022.md:101:11 - Unknown word (Splitpanes) -- - [Svelte-Splitpanes](https://github.com +./documentation/blog/2022-06-01-whats-new-in-svelte-june-2022.md:102:11 - Unknown word (miniplayer) -- - [svelte-miniplayer](https://github.com +./documentation/blog/2022-06-01-whats-new-in-svelte-june-2022.md:103:11 - Unknown word (keybinds) -- - [svelte-keybinds](https://github.com ./documentation/blog/2022-06-01-whats-new-in-svelte-june-2022.md:40:4 - Unknown word (Plantarium) -- - [Plantarium](https://github.com ./documentation/blog/2022-06-01-whats-new-in-svelte-june-2022.md:41:173 - Unknown word (threejs) -- that uses lamina and threejs ./documentation/blog/2022-06-01-whats-new-in-svelte-june-2022.md:42:4 - Unknown word (Waaard) -- - [Waaard](https://waaard.com @@ -397,7 +397,6 @@ Lines: ./documentation/blog/2022-06-01-whats-new-in-svelte-june-2022.md:61:130 - Unknown word (Rascia) -- audio-api/) by Tania Rascia ./documentation/blog/2022-06-01-whats-new-in-svelte-june-2022.md:73:40 - Unknown word (Prismic) -- your Svelte Sites with Prismic](https://www.youtube ./documentation/blog/2022-06-01-whats-new-in-svelte-june-2022.md:84:14 - Unknown word (Shiki) -- - [SvelteKit Shiki Syntax Highlighting -./documentation/blog/2022-06-01-whats-new-in-svelte-june-2022.md:98:87 - Unknown word (unopinionated) -- headless-table) is an unopinionated and extensible data ./documentation/blog/2022-07-01-whats-new-in-svelte-july-2022.md:14:232 - Unknown word (nayan) -- meaningful way. **[@gtm-nayan](https://github.com ./documentation/blog/2022-07-01-whats-new-in-svelte-july-2022.md:14:281 - Unknown word (triaging) -- gtm-nayan)** has begun triaging and fixing SvelteKit ./documentation/blog/2022-07-01-whats-new-in-svelte-july-2022.md:28:136 - Unknown word (Undici) -- by switching to the Undici `fetch` implementation @@ -1010,7 +1009,6 @@ Lines: ./packages/svelte/src/compiler/compile/nodes/Element.js:78:12 - Unknown word (labelable) -- const a11y_labelable = new Set([ ./packages/svelte/src/compiler/compile/nodes/Element.js:900:46 - Unknown word (noopener) -- _blank" should have noopener or noreferrer: https ./packages/svelte/src/compiler/compile/nodes/Element.js:900:58 - Unknown word (noreferrer) -- should have noopener or noreferrer: https://developer.chrome -./packages/svelte/src/compiler/compile/nodes/shared/get_const_tags.js:26:8 - Unknown word (consts) -- const consts_nodes = const_tags.map ./packages/svelte/src/compiler/compile/nodes/shared/is_contextual.js:13:5 - Unknown word (hoistables) -- // hoistables, module declarations ./packages/svelte/src/compiler/compile/render_dom/Block.js:95:6 - Unknown word (outros) -- has_outros; ./packages/svelte/src/compiler/compile/render_dom/index.js:250:9 - Unknown word (capturable) -- const capturable_vars = component.vars @@ -2364,7 +2362,6 @@ Lines: ./packages/svelte/test/css/samples/omit-scoping-attribute-attribute-selector/expected.css:1:2 - Unknown word (autoplay) -- [autoplay].svelte-xyz{color:red ./packages/svelte/test/css/samples/supports-font-face/expected.css:1:109 - Unknown word (Moderna) -- lveticaNeue-Bold'), url(MgOpenModernaBold.ttf);font-weight ./packages/svelte/test/css/samples/supports-import/expected.css:1:103 - Unknown word (fineprint) -- mmunicator/skin/);@import url(fineprint.css) print;@import url -./packages/svelte/test/css/samples/supports-namespace/input.svelte:5:66 - Unknown word (unprefixed) -- XHTML is the default unprefixed namespace */ ./packages/svelte/test/css/samples/unused-selector-string-concat/_config.js:102:12 - Unknown word (fooddbar) -- 26: .fooddbar {color: red;}`, ./packages/svelte/test/css/samples/unused-selector-string-concat/_config.js:10:12 - Unknown word (foobb) -- 12: .foobb {color: red;} ./packages/svelte/test/css/samples/unused-selector-string-concat/_config.js:11:12 - Unknown word (foocc) -- 13: .foocc {color: red;}`, @@ -2724,7 +2721,6 @@ Lines: ./sites/svelte.dev/README.md:153:256 - Unknown word (compulsary) -- arranged. _And they are compulsary_. ./sites/svelte.dev/README.md:193:58 - Unknown word (frontematter) -- is mentioned in the frontematter of a post. For example ./sites/svelte.dev/README.md:210:124 - Unknown word (latinised) -- english language) they are latinised to make sure the URL -./sites/svelte.dev/scripts/type-gen/index.js:87:22 - Unknown word (munge) -- children.push(munge_type_element(member ./sites/svelte.dev/src/lib/db/client.js:2:10 - Unknown word (SUPABASE) -- import { SUPABASE_URL, SUPABASE_KEY } ./sites/svelte.dev/src/lib/db/gist.js:15:8 - Unknown word (userid) -- list_userid: user.id, ./sites/svelte.dev/src/lib/db/gist.js:69:20 - Unknown word (gistid) -- * @param {string} gistid diff --git a/integration-tests/snapshots/typescript-cheatsheets/react/report.yaml b/integration-tests/snapshots/typescript-cheatsheets/react/report.yaml index a46e2942341..a6ee7e664a0 100644 --- a/integration-tests/snapshots/typescript-cheatsheets/react/report.yaml +++ b/integration-tests/snapshots/typescript-cheatsheets/react/report.yaml @@ -5,7 +5,7 @@ Args: '["**/*.{ts,js,md}"]' Summary: files: 53 filesWithIssues: 44 - issues: 457 + issues: 454 errors: 0 Errors: [] @@ -88,7 +88,6 @@ issues: - "docs/advanced/patterns_by_version.md:489:104 Uncapitalize U , `Capitalize` and `Uncapitalize`." - "docs/advanced/patterns_by_version.md:528:23 jsxdev U \"jsx\": \"react-jsxdev\"" - "docs/advanced/types-react-ap.md:19:34 renderable U - anything that is renderable _inside_ of JSX, this" - - "docs/advanced/types-react-ap.md:26:7 consts U - all consts: `Children`, `Fragment" - "docs/advanced/types-react-ap.md:105:3 Ferdaber's U [@Ferdaber's note](https://github" - "docs/advanced/utility-types.md:11:117 Rauschmayer's U from scratch. See [Dr. Rauschmayer's guide](https://2ality" - "docs/basic/editor-integration.md:11:5 nvim U - nvim-typescript?" @@ -151,7 +150,6 @@ issues: - "docs/basic/troubleshooting/types.md:221:103 usecases U commentary on Union Types usecases](https://github.com" - "docs/basic/troubleshooting/types.md:333:78 Koshelev U this blogpost from Ivan Koshelev](http://ikoshelev.azurewebsit" - "docs/basic/troubleshooting/types.md:369:275 Basarat U 0) to get the idea. Basarat [also has a good video" - - "docs/basic/troubleshooting/types.md:373:40 unexported U annoying than modules with unexported types? Modules that" - "docs/basic/troubleshooting/types.md:381:71 typedec U declaration file, say `typedec.d.ts`– if you don't" - "docs/basic/troubleshooting/types.md:401:83 hackier U without errors. A even hackier, write-once-and-forget" - "docs/basic/troubleshooting/types.md:523:19 yx's U For instance, [sw-yx's Gist on React Router" diff --git a/integration-tests/snapshots/typescript-cheatsheets/react/snapshot.txt b/integration-tests/snapshots/typescript-cheatsheets/react/snapshot.txt index d011227af9f..3a00465715e 100644 --- a/integration-tests/snapshots/typescript-cheatsheets/react/snapshot.txt +++ b/integration-tests/snapshots/typescript-cheatsheets/react/snapshot.txt @@ -3,7 +3,7 @@ Repository: typescript-cheatsheets/react Url: "https://github.com/typescript-cheatsheets/react.git" Args: ["**/*.{ts,js,md}"] Lines: - CSpell: Files checked: 53, Issues found: 457 in 44 files + CSpell: Files checked: 53, Issues found: 454 in 44 files exit code: 1 ./CONTRIBUTING.md:20:39 - Unknown word (swyx's) -- deployed to Netlify on swyx's personal account. ./CONTRIBUTING.md:22:12 - Unknown word (docsite) -- To run the docsite locally: @@ -88,7 +88,6 @@ Lines: ./docs/advanced/patterns_by_version.md:528:23 - Unknown word (jsxdev) -- "jsx": "react-jsxdev" ./docs/advanced/types-react-ap.md:105:3 - Unknown word (Ferdaber's) -- [@Ferdaber's note](https://github ./docs/advanced/types-react-ap.md:19:34 - Unknown word (renderable) -- - anything that is renderable _inside_ of JSX, this -./docs/advanced/types-react-ap.md:26:7 - Unknown word (consts) -- - all consts: `Children`, `Fragment ./docs/advanced/utility-types.md:11:117 - Unknown word (Rauschmayer's) -- from scratch. See [Dr. Rauschmayer's guide](https://2ality ./docs/basic/editor-integration.md:11:5 - Unknown word (nvim) -- - nvim-typescript? ./docs/basic/editor-integration.md:13:5 - Unknown word (peitalin) -- - peitalin/vim-jsx-typescript @@ -148,7 +147,6 @@ Lines: ./docs/basic/troubleshooting/types.md:221:103 - Unknown word (usecases) -- commentary on Union Types usecases](https://github.com ./docs/basic/troubleshooting/types.md:333:78 - Unknown word (Koshelev) -- this blogpost from Ivan Koshelev](http://ikoshelev.azurewebsit ./docs/basic/troubleshooting/types.md:369:275 - Unknown word (Basarat) -- 0) to get the idea. Basarat [also has a good video -./docs/basic/troubleshooting/types.md:373:40 - Unknown word (unexported) -- annoying than modules with unexported types? Modules that ./docs/basic/troubleshooting/types.md:381:71 - Unknown word (typedec) -- declaration file, say `typedec.d.ts`– if you don't ./docs/basic/troubleshooting/types.md:401:83 - Unknown word (hackier) -- without errors. A even hackier, write-once-and-forget ./docs/basic/troubleshooting/types.md:523:19 - Unknown word (yx's) -- For instance, [sw-yx's Gist on React Router diff --git a/packages/cspell-bundled-dicts/package.json b/packages/cspell-bundled-dicts/package.json index 5e563e5544a..37d30515f32 100644 --- a/packages/cspell-bundled-dicts/package.json +++ b/packages/cspell-bundled-dicts/package.json @@ -48,7 +48,7 @@ "@cspell/dict-aws": "^4.0.0", "@cspell/dict-bash": "^4.1.2", "@cspell/dict-companies": "^3.0.26", - "@cspell/dict-cpp": "^5.0.8", + "@cspell/dict-cpp": "^5.0.9", "@cspell/dict-cryptocurrencies": "^4.0.0", "@cspell/dict-csharp": "^4.0.2", "@cspell/dict-css": "^4.0.12", @@ -59,25 +59,25 @@ "@cspell/dict-elixir": "^4.0.3", "@cspell/dict-en-common-misspellings": "^1.0.2", "@cspell/dict-en-gb": "1.1.33", - "@cspell/dict-en_us": "^4.3.9", + "@cspell/dict-en_us": "^4.3.10", "@cspell/dict-filetypes": "^3.0.1", "@cspell/dict-fonts": "^4.0.0", "@cspell/dict-fsharp": "^1.0.0", "@cspell/dict-fullstack": "^3.1.5", "@cspell/dict-gaming-terms": "^1.0.4", "@cspell/dict-git": "^2.0.0", - "@cspell/dict-golang": "^6.0.3", + "@cspell/dict-golang": "^6.0.4", "@cspell/dict-haskell": "^4.0.1", "@cspell/dict-html": "^4.0.5", "@cspell/dict-html-symbol-entities": "^4.0.0", "@cspell/dict-java": "^5.0.6", - "@cspell/dict-k8s": "^1.0.1", + "@cspell/dict-k8s": "^1.0.2", "@cspell/dict-latex": "^4.0.0", "@cspell/dict-lorem-ipsum": "^4.0.0", "@cspell/dict-lua": "^4.0.2", "@cspell/dict-node": "^4.0.3", "@cspell/dict-npm": "^5.0.12", - "@cspell/dict-php": "^4.0.3", + "@cspell/dict-php": "^4.0.4", "@cspell/dict-powershell": "^5.0.2", "@cspell/dict-public-licenses": "^2.0.5", "@cspell/dict-python": "^4.1.9", @@ -85,7 +85,7 @@ "@cspell/dict-ruby": "^5.0.1", "@cspell/dict-rust": "^4.0.1", "@cspell/dict-scala": "^5.0.0", - "@cspell/dict-software-terms": "^3.3.6", + "@cspell/dict-software-terms": "^3.3.7", "@cspell/dict-sql": "^2.1.2", "@cspell/dict-svelte": "^1.0.2", "@cspell/dict-swift": "^2.0.1", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 137c520839c..78d4ced1b52 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -287,8 +287,8 @@ importers: specifier: ^3.0.26 version: 3.0.26 '@cspell/dict-cpp': - specifier: ^5.0.8 - version: 5.0.8 + specifier: ^5.0.9 + version: 5.0.9 '@cspell/dict-cryptocurrencies': specifier: ^4.0.0 version: 4.0.0 @@ -320,8 +320,8 @@ importers: specifier: 1.1.33 version: 1.1.33 '@cspell/dict-en_us': - specifier: ^4.3.9 - version: 4.3.9 + specifier: ^4.3.10 + version: 4.3.10 '@cspell/dict-filetypes': specifier: ^3.0.1 version: 3.0.1 @@ -341,8 +341,8 @@ importers: specifier: ^2.0.0 version: 2.0.0 '@cspell/dict-golang': - specifier: ^6.0.3 - version: 6.0.3 + specifier: ^6.0.4 + version: 6.0.4 '@cspell/dict-haskell': specifier: ^4.0.1 version: 4.0.1 @@ -356,8 +356,8 @@ importers: specifier: ^5.0.6 version: 5.0.6 '@cspell/dict-k8s': - specifier: ^1.0.1 - version: 1.0.1 + specifier: ^1.0.2 + version: 1.0.2 '@cspell/dict-latex': specifier: ^4.0.0 version: 4.0.0 @@ -374,8 +374,8 @@ importers: specifier: ^5.0.12 version: 5.0.12 '@cspell/dict-php': - specifier: ^4.0.3 - version: 4.0.3 + specifier: ^4.0.4 + version: 4.0.4 '@cspell/dict-powershell': specifier: ^5.0.2 version: 5.0.2 @@ -398,8 +398,8 @@ importers: specifier: ^5.0.0 version: 5.0.0 '@cspell/dict-software-terms': - specifier: ^3.3.6 - version: 3.3.6 + specifier: ^3.3.7 + version: 3.3.7 '@cspell/dict-sql': specifier: ^2.1.2 version: 2.1.2 @@ -2716,6 +2716,11 @@ packages: /@cspell/dict-cpp@5.0.8: resolution: {integrity: sha512-QZ1k3jsGmoP2mfECWp1h9q26KiNA3yxWWkt4GtNGAoqNVUrID93E8RGk2vWR/KNgCu8X15mD3TuYUfQxT72aRw==} + dev: true + + /@cspell/dict-cpp@5.0.9: + resolution: {integrity: sha512-ql9WPNp8c+fhdpVpjpZEUWmxBHJXs9CJuiVVfW/iwv5AX7VuMHyEwid+9/6nA8qnCxkUQ5pW83Ums1lLjn8ScA==} + dev: false /@cspell/dict-cryptocurrencies@4.0.0: resolution: {integrity: sha512-EiZp91ATyRxTmauIQfOX9adLYCunKjHEh092rrM7o2eMXP9n7zpXAL9BK7LviL+LbB8VDOm21q+s83cKrrRrsg==} @@ -2762,8 +2767,13 @@ packages: resolution: {integrity: sha512-tKSSUf9BJEV+GJQAYGw5e+ouhEe2ZXE620S7BLKe3ZmpnjlNG9JqlnaBhkIMxKnNFkLY2BP/EARzw31AZnOv4g==} dev: false + /@cspell/dict-en_us@4.3.10: + resolution: {integrity: sha512-EqmB22dEu6qUkA6f6eNYqXbUnklLgChKDAdRbKWKnyoca7bmxRPcOIUhPzELo+HSzZe8RlSgNG/vaL1fkPB3Yg==} + dev: false + /@cspell/dict-en_us@4.3.9: resolution: {integrity: sha512-7cSTSxokwkQXJdh9ZkPy3Vih/GheSEVFzN0R/1Ak1inHOWCRNSWQCdMqd6DCmfyVgzCk6fDGS+8Uphe/5JTBZQ==} + dev: true /@cspell/dict-es-es@2.2.7: resolution: {integrity: sha512-7zzFh2AFLkt44VR/kl0N/RjFJ4AUxk40AqLGUPL74BrOxKsYLSkN0l6JR1+y8leLQpJcAsIu4zEg69v+qsXppA==} @@ -2801,8 +2811,8 @@ packages: resolution: {integrity: sha512-n1AxyX5Kgxij/sZFkxFJlzn3K9y/sCcgVPg/vz4WNJ4K9YeTsUmyGLA2OQI7d10GJeiuAo2AP1iZf2A8j9aj2w==} dev: false - /@cspell/dict-golang@6.0.3: - resolution: {integrity: sha512-KiNnjAeqDBq6zH4s46hzBrKgqIrkSZ9bbHzQ54PbHfe+jurZkSZ4lXz6E+315RNh2TkRLcNppFvaZqJvKZXomA==} + /@cspell/dict-golang@6.0.4: + resolution: {integrity: sha512-jOfewPEyN6U9Q80okE3b1PTYBfqZgHh7w4o271GSuAX+VKJ1lUDhdR4bPKRxSDdO5jHArw2u5C8nH2CWGuygbQ==} dev: false /@cspell/dict-haskell@4.0.1: @@ -2820,8 +2830,8 @@ packages: resolution: {integrity: sha512-kdE4AHHHrixyZ5p6zyms1SLoYpaJarPxrz8Tveo6gddszBVVwIUZ+JkQE1bWNLK740GWzIXdkznpUfw1hP9nXw==} dev: false - /@cspell/dict-k8s@1.0.1: - resolution: {integrity: sha512-gc5y4Nm3hVdMZNBZfU2M1AsAmObZsRWjCUk01NFPfGhFBXyVne41T7E62rpnzu5330FV/6b/TnFcPgRmak9lLw==} + /@cspell/dict-k8s@1.0.2: + resolution: {integrity: sha512-tLT7gZpNPnGa+IIFvK9SP1LrSpPpJ94a/DulzAPOb1Q2UBFwdpFd82UWhio0RNShduvKG/WiMZf/wGl98pn+VQ==} dev: false /@cspell/dict-latex@4.0.0: @@ -2856,8 +2866,8 @@ packages: resolution: {integrity: sha512-T/+WeQmtbxo7ad6hrdI8URptYstKJP+kXyWJZfuVJJGWJQ7yubxrI5Z5AfM+Dh/ff4xHmdzapxD9adaEQ727uw==} dev: false - /@cspell/dict-php@4.0.3: - resolution: {integrity: sha512-PxtSmWJCDEB4M8R9ER9ijxBum/tvUqYT26QeuV58q2IFs5IrPZ6hocQKvnFGXItjCWH4oYXyAEAAzINlBC4Opg==} + /@cspell/dict-php@4.0.4: + resolution: {integrity: sha512-fRlLV730fJbulDsLIouZxXoxHt3KIH6hcLFwxaupHL+iTXDg0lo7neRpbqD5MScr/J3idEr7i9G8XWzIikKFug==} dev: false /@cspell/dict-powershell@5.0.2: @@ -2889,8 +2899,8 @@ packages: resolution: {integrity: sha512-ph0twaRoV+ylui022clEO1dZ35QbeEQaKTaV2sPOsdwIokABPIiK09oWwGK9qg7jRGQwVaRPEq0Vp+IG1GpqSQ==} dev: false - /@cspell/dict-software-terms@3.3.6: - resolution: {integrity: sha512-nr2UPjyDq+4NEQ4V//VL8L3EumL1FylpuRcwiWSUdZdh3b1nh4TV9aEYYUXdgHFxd8qXU2YJ9Kj2hmq0mS/lWQ==} + /@cspell/dict-software-terms@3.3.7: + resolution: {integrity: sha512-9hkp25tQQYVdan4eYRxhj8HvVyinA5/tFv4+l6CcXO887obTrFuvSCVEGeexFObcDaMDnfE1XD8NuCoGc/KXfw==} dev: false /@cspell/dict-sql@2.1.2: