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

Merged
merged 1 commit into from
Jun 5, 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
6 changes: 1 addition & 5 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: 3192
issues: 3181
errors: 0
Errors: []

Expand Down Expand Up @@ -349,7 +349,6 @@ issues:
- "conversions/prefix_conversions_string.py:22:5 yotta U yotta = 80"
- "conversions/prefix_conversions_string.py:23:5 zetta U zetta = 70"
- "conversions/prefix_conversions_string.py:25:5 peta U peta = 50"
- "conversions/prefix_conversions_string.py:26:5 tera U tera = 40"
- "conversions/prefix_conversions_string.py:27:5 giga U giga = 30"
- "conversions/prefix_conversions_string.py:42:5 hecto U hecto = 2"
- "conversions/prefix_conversions_string.py:43:5 deca U deca = 1"
Expand Down Expand Up @@ -1033,7 +1032,6 @@ issues:
- "project_euler/README.md:81:6 Doctest U [Doctest]"
- "quantum/bb84.py:7:7 qubits U using qubits instead of classical"
- "quantum/bb84.py:11:68 qubit U encodes the basis for each qubit:"
- "quantum/bb84.py:35:7 Hadamard U an H (Hadamard) gate. No action is"
- "quantum/bb84.py:50:8 qiskit U import qiskit"
- "quantum/deutsch_jozsa.py:40:62 CNOTs U that tells us which CNOTs to"
- "quantum/deutsch_jozsa.py:100:13 jozsa U def deutsch_jozsa(case: str, num_qubits"
Expand All @@ -1044,7 +1042,6 @@ issues:
- "quantum/not_gate.py:6:1 Qiskit U Qiskit Docs: https://qiskit"
- "quantum/not_gate.py:27:29 Qubits U Apply X (NOT) Gate to Qubits 0 & 1"
- "quantum/q_fourier_transform.py:6:5 Shor's U the Shor's algorithm in quantum"
- "quantum/q_full_adder.py:23:19 hadamard U # states with hadamard gate using the input"
- "quantum/q_full_adder.py:106:65 qbits U measure the last two qbits"
- "quantum/quantum_entanglement.py:42:22 CNOT U # Adding CX (CNOT) gate"
- "quantum/quantum_random.py:3:8 projectq U import projectq"
Expand All @@ -1053,7 +1050,6 @@ issues:
- "quantum/README.md:8:3 Rigetti U * Rigetti: https://rigetti.com"
- "quantum/README.md:18:11 Cirq U ## Google Cirq"
- "quantum/README.md:19:52 cirq U python -m pip install cirq`, refer the [docs](https"
- "quantum/ripple_adder_classic.py:72:50 hadamard'd U from doing this with hadamard'd bits :)"
- "scheduling/highest_response_ratio_next.py:2:30 HRRN U response ratio next (HRRN) scheduling is a non"
- "scheduling/multi_level_feedback_queue.py:15:7 MLFQ U class MLFQ:"
- "scheduling/multi_level_feedback_queue.py:32:27 mlfq's U # total number of mlfq's queues"
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: 3192 in 459 files
CSpell: Files checked: 1214, Issues found: 3181 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 @@ -456,7 +456,6 @@ Lines:
./conversions/prefix_conversions_string.py:22:5 - Unknown word (yotta) -- yotta = 80
./conversions/prefix_conversions_string.py:23:5 - Unknown word (zetta) -- zetta = 70
./conversions/prefix_conversions_string.py:25:5 - Unknown word (peta) -- peta = 50
./conversions/prefix_conversions_string.py:26:5 - Unknown word (tera) -- tera = 40
./conversions/prefix_conversions_string.py:27:5 - Unknown word (giga) -- giga = 30
./conversions/prefix_conversions_string.py:2:21 - Unknown word (Lullo) -- * Author: Manuel Di Lullo (https://github.com
./conversions/prefix_conversions_string.py:42:5 - Unknown word (hecto) -- hecto = 2
Expand Down Expand Up @@ -1030,7 +1029,6 @@ Lines:
./quantum/README.md:19:52 - Unknown word (cirq) -- python -m pip install cirq`, refer the [docs](https
./quantum/README.md:8:3 - Unknown word (Rigetti) -- * Rigetti: https://rigetti.com
./quantum/bb84.py:11:68 - Unknown word (qubit) -- encodes the basis for each qubit:
./quantum/bb84.py:35:7 - Unknown word (Hadamard) -- an H (Hadamard) gate. No action is
./quantum/bb84.py:50:8 - Unknown word (qiskit) -- import qiskit
./quantum/bb84.py:7:7 - Unknown word (qubits) -- using qubits instead of classical
./quantum/deutsch_jozsa.py:100:13 - Unknown word (jozsa) -- def deutsch_jozsa(case: str, num_qubits
Expand All @@ -1043,12 +1041,10 @@ Lines:
./quantum/not_gate.py:6:1 - Unknown word (Qiskit) -- Qiskit Docs: https://qiskit
./quantum/q_fourier_transform.py:6:5 - Unknown word (Shor's) -- the Shor's algorithm in quantum
./quantum/q_full_adder.py:106:65 - Unknown word (qbits) -- measure the last two qbits
./quantum/q_full_adder.py:23:19 - Unknown word (hadamard) -- # states with hadamard gate using the input
./quantum/quantum_entanglement.py:42:22 - Unknown word (CNOT) -- # Adding CX (CNOT) gate
./quantum/quantum_random.py:21:7 - Unknown word (initialises) -- # initialises a new quantum backend
./quantum/quantum_random.py:3:8 - Unknown word (projectq) -- import projectq
./quantum/quantum_random.py:7:48 - Unknown word (cengines) -- quantum_engine: projectq.cengines._main.MainEngine) -
./quantum/ripple_adder_classic.py:72:50 - Unknown word (hadamard'd) -- from doing this with hadamard'd bits :)
./scheduling/highest_response_ratio_next.py:2:30 - Unknown word (HRRN) -- response ratio next (HRRN) scheduling is a non
./scheduling/multi_level_feedback_queue.py:152:9 - Unknown word (FCFS) -- FCFS(First Come, First Served
./scheduling/multi_level_feedback_queue.py:153:33 - Unknown word (MLFQ's) -- FCFS will be applied to MLFQ's last queue
Expand Down
6 changes: 3 additions & 3 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.13",
"@cspell/dict-companies": "^3.0.14",
"@cspell/dict-cpp": "^5.0.3",
"@cspell/dict-cryptocurrencies": "^3.0.1",
"@cspell/dict-csharp": "^4.0.2",
Expand Down Expand Up @@ -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.6",
"@cspell/dict-python": "^4.0.7",
"@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.11",
"@cspell/dict-software-terms": "^3.1.12",
"@cspell/dict-sql": "^2.1.0",
"@cspell/dict-svelte": "^1.0.2",
"@cspell/dict-swift": "^2.0.1",
Expand Down
29 changes: 17 additions & 12 deletions pnpm-lock.yaml

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