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

ci: Workflow Bot -- Update Dictionaries (main) #2885

Merged
merged 1 commit into from
May 21, 2022
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.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Repository: Azure/azure-rest-api-specs
Url: "https://github.com/Azure/azure-rest-api-specs.git"
Args: ["--config=cSpell.json","**/*.{md,ts,js}"]
Lines:
CSpell: Files checked: 1845, Issues found: 2153 in 690 files
CSpell: Files checked: 1845, Issues found: 2145 in 690 files
exit code: 1
./README.md:20:179 - Unknown word (Dataplane) -- RPs' Resource types or Dataplane API versions that represent
./README.md:30:134 - Unknown word (dataplane) -- per resource type or dataplane service version. This
Expand Down Expand Up @@ -375,9 +375,7 @@ Lines:
./specification/servicebus/resource-manager/readme.md:41:51 - Unknown word (migrationconfigs) -- preview/2021-01-01-preview/migrationconfigs.json
./specification/servicebus/resource-manager/readme.md:42:51 - Unknown word (networksets) -- preview/2021-01-01-preview/networksets.json
./specification/servicefabric/resource-manager/readme.md:98:54 - Unknown word (managedcluster) -- preview/2020-01-01-preview/managedcluster.json
./specification/servicefabric/resource-manager/readme.md:99:54 - Unknown word (nodetype) -- preview/2020-01-01-preview/nodetype.json
./specification/servicefabric/resource-manager/readme.python.md:31:36 - Unknown word (Managedcluster) -- $['operationId'] = 'Managedcluster_List'
./specification/servicefabric/resource-manager/readme.python.md:35:36 - Unknown word (Nodetype) -- $['operationId'] = 'Nodetype_List'
./specification/servicefabricmanagedclusters/resource-manager/readme.md:177:40 - Unknown word (servicefabricmanagedclusters) -- csharp-sdks-folder)/servicefabricmanagedclusters/Microsoft.Azure.Management
./specification/servicefabricmanagedclusters/resource-manager/readme.md:78:54 - Unknown word (managedapplication) -- preview/2022-02-01-preview/managedapplication.json
./specification/servicelinker/resource-manager/readme.csharp.md:14:40 - Unknown word (servicelinker) -- csharp-sdks-folder)/servicelinker/management/Microsoft
Expand Down
7 changes: 2 additions & 5 deletions integration-tests/snapshots/TheAlgorithms/Python/report.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ Url: https://github.com/TheAlgorithms/Python.git
Args: ["**/*.{md,py}"]
Summary:
files: 1032
filesWithIssues: 393
issues: 2763
filesWithIssues: 392
issues: 2752
errors: 0
Errors: []

Expand Down Expand Up @@ -340,7 +340,6 @@ issues:
- "data_structures/heap/binomial_heap.py:54:64 logn U elements: Guaranteed logn, amoratized 1"
- "data_structures/heap/binomial_heap.py:54:70 amoratized U elements: Guaranteed logn, amoratized 1"
- "data_structures/heap/binomial_heap.py:55:56 logm U size m and n: O(logn + logm)"
- "data_structures/heap/binomial_heap.py:120:38 inplace U merged heap; (merge is inplace)"
- "data_structures/heap/binomial_heap.py:178:19 Neighbouring U # Neighbouring Nodes"
- "data_structures/heap/binomial_heap.py:327:11 Neighbour U # Neighbour nodes"
- "data_structures/linked_list/deque_doubly.py:103:8 Equeu U # DEqueu Remove Operations (At"
Expand All @@ -357,7 +356,6 @@ issues:
- "digital_image_processing/convert_to_negative.py:4:44 imshow U destroyAllWindows, imread, imshow, waitKey"
- "digital_image_processing/edge_detection/canny.py:5:39 sobel U image_processing.filters.sobel_filter import sobel"
- "digital_image_processing/edge_detection/canny.py:12:15 mgrid U x, y = np.mgrid[0 - center : k_size"
- "digital_image_processing/filters/convolve.py:30:63 vstack U pixels into a row and np.vstack all rows"
- "digital_image_processing/filters/gabor_filter.py:1:25 Gaborfilter U Implementation of the Gaborfilter"
- "digital_image_processing/filters/gabor_filter.py:7:5 gabor U def gabor_filter_kernel("
- "digital_image_processing/filters/gabor_filter.py:8:5 ksize U ksize: int, sigma: int, theta"
Expand Down Expand Up @@ -922,7 +920,6 @@ issues:
- "sorts/external_sort.py:85:9 unshift U def unshift(self, index):"
- "sorts/gnome_sort.py:34:8 Gadeimnoprstu U ' !Gadeimnoprstu'"
- "sorts/iterative_merge_sort.py:3:9 Aman U Author: Aman Gupta"
- "sorts/msd_radix_sort.py:79:5 Inplace U Inplace implementation of the"
- "sorts/natural_sort.py:27:9 alphanum U def alphanum_key(key):"
- "sorts/normal_distribution_quick_sort.md:13:12 numpy U >>> import numpy as np"
- "sorts/normal_distribution_quick_sort.md:14:10 tempfile U >>> from tempfile import TemporaryFile"
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: 1032, Issues found: 2763 in 393 files
CSpell: Files checked: 1032, Issues found: 2752 in 392 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 @@ -428,7 +428,6 @@ Lines:
./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/heap/binomial_heap.py:120:38 - Unknown word (inplace) -- merged heap; (merge is inplace)
./data_structures/heap/binomial_heap.py:178:19 - Unknown word (Neighbouring) -- # Neighbouring Nodes
./data_structures/heap/binomial_heap.py:327:11 - Unknown word (Neighbour) -- # Neighbour nodes
./data_structures/heap/binomial_heap.py:54:64 - Unknown word (logn) -- elements: Guaranteed logn, amoratized 1
Expand All @@ -448,7 +447,6 @@ Lines:
./digital_image_processing/convert_to_negative.py:4:44 - Unknown word (imshow) -- destroyAllWindows, imread, imshow, waitKey
./digital_image_processing/edge_detection/canny.py:12:15 - Unknown word (mgrid) -- x, y = np.mgrid[0 - center : k_size
./digital_image_processing/edge_detection/canny.py:5:39 - Unknown word (sobel) -- image_processing.filters.sobel_filter import sobel
./digital_image_processing/filters/convolve.py:30:63 - Unknown word (vstack) -- pixels into a row and np.vstack all rows
./digital_image_processing/filters/gabor_filter.py:14:24 - Unknown word (Gabor) -- of Gabor function.
./digital_image_processing/filters/gabor_filter.py:1:25 - Unknown word (Gaborfilter) -- Implementation of the Gaborfilter
./digital_image_processing/filters/gabor_filter.py:7:5 - Unknown word (gabor) -- def gabor_filter_kernel(
Expand Down Expand Up @@ -917,7 +915,6 @@ Lines:
./sorts/external_sort.py:85:9 - Unknown word (unshift) -- def unshift(self, index):
./sorts/gnome_sort.py:34:8 - Unknown word (Gadeimnoprstu) -- ' !Gadeimnoprstu'
./sorts/iterative_merge_sort.py:3:9 - Unknown word (Aman) -- Author: Aman Gupta
./sorts/msd_radix_sort.py:79:5 - Unknown word (Inplace) -- Inplace implementation of the
./sorts/natural_sort.py:27:9 - Unknown word (alphanum) -- def alphanum_key(key):
./sorts/normal_distribution_quick_sort.md:13:12 - Unknown word (numpy) -- >>> import numpy as np
./sorts/normal_distribution_quick_sort.md:14:10 - Unknown word (tempfile) -- >>> from tempfile import TemporaryFile
Expand Down