Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

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

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

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Args: '["**"]'
Summary:
files: 597
filesWithIssues: 306
issues: 2676
issues: 2674
errors: 0
Errors: []

Expand Down Expand Up @@ -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\")"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Repository: RustPython/RustPython
Url: "https://github.com/RustPython/RustPython.git"
Args: ["**"]
Lines:
CSpell: Files checked: 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
Expand Down Expand Up @@ -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():
Expand Down
8 changes: 2 additions & 6 deletions integration-tests/snapshots/TheAlgorithms/Python/report.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Args: '["**/*.{md,py}"]'
Summary:
files: 1277
filesWithIssues: 485
issues: 3286
issues: 3267
errors: 0
Errors: []

Expand Down Expand Up @@ -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!'"
Expand Down Expand Up @@ -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"
Expand Down Expand Up @@ -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)"
Expand Down Expand Up @@ -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"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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!'
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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: []

Expand Down Expand Up @@ -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"
Expand Down Expand Up @@ -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"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
Loading