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) #4541

Merged
merged 1 commit into from
Jun 8, 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: 596
filesWithIssues: 305
issues: 2683
issues: 2684
errors: 0
Errors: []

Expand Down Expand Up @@ -364,6 +364,7 @@ issues:
- "jit/src/lib.rs:285:23 wasmtime U TODO: confirm with wasmtime ppl that it's not unsound"
- "jit/tests/common.rs:68:17 oparg U let mut oparg_state = OpArgState:"
- "LICENSE-logo:36:7 creativecommons U wiki.creativecommons.org/Considerations_for"
- "LICENSE-logo:139:15 sublicensable U non-sublicensable, non-exclusive, irrevocable"
- "LICENSE-logo:205:34 waivable U under any voluntary or waivable statutory or compulsory"
- "pdc.sh:15:20 pycache U PRE_GLOBAL=(\"clear_pycache\")"
- "pdc.sh:26:90 Dwarnings U cargo clippy --all -- -Dwarnings\" \"cargo test --all\""
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: 596, Issues found: 2683 in 305 files
CSpell: Files checked: 596, Issues found: 2684 in 305 files
exit code: 1
./Cargo.toml:110:82 - Unknown word (termcolor) -- features = ["atty", "termcolor"] }
./Cargo.toml:153:62 - Unknown word (redoxer) -- to compile/check with redoxer
Expand All @@ -19,6 +19,7 @@ Lines:
./DEVELOPMENT.md:43:49 - Unknown word (codestyle) -- com/rust-lang/rustfmt) codestyle. Please format your
./Dockerfile.bin:13:5 - Unknown word (RUSTPYTHONPATH) -- ENV RUSTPYTHONPATH /usr/lib/rustpython
./Dockerfile.bin:3:1 - Unknown word (WORKDIR) -- WORKDIR /rustpython
./LICENSE-logo:139:15 - Unknown word (sublicensable) -- non-sublicensable, non-exclusive, irrevocable
./LICENSE-logo:205:34 - Unknown word (waivable) -- under any voluntary or waivable statutory or compulsory
./LICENSE-logo:36:7 - Unknown word (creativecommons) -- wiki.creativecommons.org/Considerations_for
./README.md:100:8 - Unknown word (wasmer) -- Run by wasmer
Expand Down
3 changes: 1 addition & 2 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: 1214
filesWithIssues: 459
issues: 3181
issues: 3174
errors: 0
Errors: []

Expand Down Expand Up @@ -736,7 +736,6 @@ issues:
- "linear_algebra/src/polynom_for_points.py:69:9 zahlen U zahlen = 0"
- "linear_algebra/src/power_iteration.py:45:15 iscomplexobj U assert np.iscomplexobj(input_matrix) == np"
- "linear_algebra/src/power_iteration.py:91:22 triu U imag_matrix = np.triu(1j * complex_input_matrix"
- "linear_algebra/src/schur_complement.py:6:5 schur U def schur_complement("
- "linear_algebra/src/schur_complement.py:20:45 Vandenberghe U Optimization – Boyd and Vandenberghe, A.5.5"
- "linear_algebra/src/test_linear_algebra.py:147:9 cofactors U cofactors = [[-3, 14, -10], ["
- "machine_learning/astar.py:60:13 neigbours U def get_neigbours(self, cell):"
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: 1214, Issues found: 3181 in 459 files
CSpell: Files checked: 1214, Issues found: 3174 in 459 files
exit code: 1
./CONTRIBUTING.md:131:33 - Unknown word (pytest) -- doctests will be run by pytest as part of our automated
./CONTRIBUTING.md:134:14 - Unknown word (doctest) -- python3 -m doctest -v my_submission.py
Expand Down Expand Up @@ -732,7 +732,6 @@ Lines:
./linear_algebra/src/power_iteration.py:45:15 - Unknown word (iscomplexobj) -- assert np.iscomplexobj(input_matrix) == np
./linear_algebra/src/power_iteration.py:91:22 - Unknown word (triu) -- imag_matrix = np.triu(1j * complex_input_matrix
./linear_algebra/src/schur_complement.py:20:45 - Unknown word (Vandenberghe) -- Optimization – Boyd and Vandenberghe, A.5.5
./linear_algebra/src/schur_complement.py:6:5 - Unknown word (schur) -- def schur_complement(
./linear_algebra/src/test_linear_algebra.py:147:9 - Unknown word (cofactors) -- cofactors = [[-3, 14, -10], [
./machine_learning/astar.py:60:13 - Unknown word (neigbours) -- def get_neigbours(self, cell):
./machine_learning/astar.py:64:9 - Unknown word (neughbour) -- neughbour_cord = [
Expand Down
8 changes: 4 additions & 4 deletions packages/cspell-bundled-dicts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"@cspell/dict-ada": "^4.0.1",
"@cspell/dict-aws": "^3.0.0",
"@cspell/dict-bash": "^4.1.1",
"@cspell/dict-companies": "^3.0.14",
"@cspell/dict-companies": "^3.0.15",
"@cspell/dict-cpp": "^5.0.3",
"@cspell/dict-cryptocurrencies": "^3.0.1",
"@cspell/dict-csharp": "^4.0.2",
Expand All @@ -65,7 +65,7 @@
"@cspell/dict-fullstack": "^3.1.5",
"@cspell/dict-gaming-terms": "^1.0.4",
"@cspell/dict-git": "^2.0.0",
"@cspell/dict-golang": "^6.0.1",
"@cspell/dict-golang": "^6.0.2",
"@cspell/dict-haskell": "^4.0.1",
"@cspell/dict-html": "^4.0.3",
"@cspell/dict-html-symbol-entities": "^4.0.0",
Expand All @@ -79,12 +79,12 @@
"@cspell/dict-php": "^4.0.1",
"@cspell/dict-powershell": "^5.0.1",
"@cspell/dict-public-licenses": "^2.0.2",
"@cspell/dict-python": "^4.0.8",
"@cspell/dict-python": "^4.1.0",
"@cspell/dict-r": "^2.0.1",
"@cspell/dict-ruby": "^5.0.0",
"@cspell/dict-rust": "^4.0.1",
"@cspell/dict-scala": "^5.0.0",
"@cspell/dict-software-terms": "^3.1.13",
"@cspell/dict-software-terms": "^3.1.14",
"@cspell/dict-sql": "^2.1.0",
"@cspell/dict-svelte": "^1.0.2",
"@cspell/dict-swift": "^2.0.1",
Expand Down
1 change: 1 addition & 0 deletions packages/cspell/src/app/__snapshots__/app.test.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -1858,6 +1858,7 @@ hello - cryptocurrencies* node_modules/.../cryptocurrencies.txt.gz
hello - csharp node_modules/@cspell/dict-csharp/csharp.txt.gz
hello - css node_modules/@cspell/dict-css/dict/css.txt
hello - dart node_modules/@cspell/dict-dart/dart.txt.gz
hello - data-science node_modules/@cspell/.../dict/data-science.txt
hello - django node_modules/@cspell/.../dict/django.txt
hello - docker node_modules/@cspell/.../docker-words.txt.gz
hello - dotnet node_modules/@cspell/.../dict/dotnet.txt
Expand Down
74 changes: 28 additions & 46 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.