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

Merged
merged 1 commit into from
May 23, 2024
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
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: 1334
filesWithIssues: 494
issues: 3452
issues: 3451
errors: 0
Errors: []

Expand Down Expand Up @@ -1070,7 +1070,6 @@ issues:
- "project_euler/problem_104/sol1.py:120:5 tocheck U tocheck = [0] * 1000000"
- "project_euler/problem_107/sol1.py:16:28 optimise U However, it is possible to optimise the network by removing"
- "project_euler/problem_107/sol1.py:112:5 adjaceny U adjaceny_matrix = [line.split"
- "project_euler/problem_145/sol1.py:3:9 Vineet U Author: Vineet Rao, Maxim Smolskiy"
- "project_euler/problem_145/sol1.py:3:27 Smolskiy U Author: Vineet Rao, Maxim Smolskiy"
- "project_euler/problem_180/sol1.py:40:75 uniquq U <= 0. We use a set \"uniquq_s\""
- "project_euler/problem_188/sol1.py:23:6 modexpt U def _modexpt(base: int, exponent"
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: 1334, Issues found: 3452 in 494 files.
CSpell: Files checked: 1334, Issues found: 3451 in 494 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 @@ -1068,7 +1068,6 @@ Lines:
./project_euler/problem_107/sol1.py:112:5 - Unknown word (adjaceny) -- adjaceny_matrix = [line.split
./project_euler/problem_107/sol1.py:16:28 - Unknown word (optimise) -- However, it is possible to optimise the network by removing
./project_euler/problem_145/sol1.py:3:27 - Unknown word (Smolskiy) -- Author: Vineet Rao, Maxim Smolskiy
./project_euler/problem_145/sol1.py:3:9 - Unknown word (Vineet) -- Author: Vineet Rao, Maxim Smolskiy
./project_euler/problem_180/sol1.py:40:75 - Unknown word (uniquq) -- <= 0. We use a set "uniquq_s"
./project_euler/problem_188/sol1.py:23:6 - Unknown word (modexpt) -- def _modexpt(base: int, exponent
./project_euler/problem_188/sol1.py:58:39 - Unknown word (assiciative) -- base↑↑height by right-assiciative repeated modular
Expand Down
4 changes: 1 addition & 3 deletions integration-tests/snapshots/django/django/report.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Args: '["--issues-summary-report","**/*.{md,py}"]'
Summary:
files: 2778
filesWithIssues: 927
issues: 8217
issues: 8214
errors: 0
Errors: []

Expand Down Expand Up @@ -2853,7 +2853,6 @@ issues:
- "tests/utils_tests/test_text.py:392:15 İstanbul U (\"İstanbul\", \"istanbul\", True)"
- "tests/utils_tests/test_timesince.py:15:14 onesecond U self.onesecond = datetime.timedelta"
- "tests/utils_tests/test_timesince.py:121:31 minut U \"0\\xa0minut\","
- "tests/utils_tests/test_timezone.py:172:9 CEST U CEST = datetime.timezone"
- "tests/utils_tests/test_timezone.py:249:14 fixedoffset U def test_fixedoffset_timedelta(self):"
- "tests/validation/models.py:60:5 cfield U cfield = models.CharField(max"
- "tests/validation/models.py:62:5 efield U efield = models.EmailField"
Expand Down Expand Up @@ -3313,7 +3312,6 @@ issuesSummary:
- "text: censuszipcode, count: 2, files: 1,"
- "text: Cescapeme, count: 1, files: 1,"
- "text: česky, count: 1, files: 1,"
- "text: CEST, count: 3, files: 1,"
- "text: cette, count: 3, files: 1,"
- "text: cffi, count: 2, files: 2,"
- "text: CFGY, count: 1, files: 1,"
Expand Down
3 changes: 1 addition & 2 deletions integration-tests/snapshots/django/django/snapshot.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Repository: django/django
Url: "https://github.com/django/django.git"
Args: ["--issues-summary-report","**/*.{md,py}"]
Lines:
CSpell: Files checked: 2778, Issues found: 8217 in 927 files.
CSpell: Files checked: 2778, Issues found: 8214 in 927 files.
exit code: 1
./django/__init__.py:12:26 - Unknown word (urlresolvers) -- Set the thread-local urlresolvers script prefix if `set
./django/apps/registry.py:134:40 - Unknown word (unconfigured) -- not ready" is due to unconfigured settings, accessing
Expand Down Expand Up @@ -2848,7 +2848,6 @@ Lines:
./tests/utils_tests/test_text.py:77:40 - Unknown word (precomposed) -- combining characters with no precomposed form, and that combining
./tests/utils_tests/test_timesince.py:121:31 - Unknown word (minut) -- "0\xa0minut",
./tests/utils_tests/test_timesince.py:15:14 - Unknown word (onesecond) -- self.onesecond = datetime.timedelta
./tests/utils_tests/test_timezone.py:172:9 - Unknown word (CEST) -- CEST = datetime.timezone
./tests/utils_tests/test_timezone.py:249:14 - Unknown word (fixedoffset) -- def test_fixedoffset_timedelta(self):
./tests/validation/models.py:60:5 - Unknown word (cfield) -- cfield = models.CharField(max
./tests/validation/models.py:62:5 - Unknown word (efield) -- efield = models.EmailField
Expand Down
3 changes: 1 addition & 2 deletions integration-tests/snapshots/php/php-src/report.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Args: '["--config=${repoConfig}/cspell.json","**/*.{md,c,h,php}"]'
Summary:
files: 2172
filesWithIssues: 1643
issues: 43454
issues: 43448
errors: 0
Errors: []

Expand Down Expand Up @@ -734,7 +734,6 @@ issues:
- "ext/date/lib/fallbackmap.h:17:5 brst U { \"brst\", 1, -120 * 60, \"America"
- "ext/date/lib/fallbackmap.h:18:5 azost U { \"azost\", 0, -60 * 60, \"Atlantic"
- "ext/date/lib/fallbackmap.h:19:5 azodt U { \"azodt\", 1, 0 * 60, \"Atlantic"
- "ext/date/lib/fallbackmap.h:23:5 cest U { \"cest\", 1, 120 * 60, \"Europe"
- "ext/date/lib/fallbackmap.h:25:5 eest U { \"eest\", 1, 180 * 60, \"Europe"
- "ext/date/lib/fallbackmap.h:30:33 Kolkata U 0, 330 * 60, \"Asia/Kolkata\" },"
- "ext/date/lib/fallbackmap.h:32:5 yekt U { \"yekt\", 1, 360 * 60, \"Asia"
Expand Down
3 changes: 1 addition & 2 deletions integration-tests/snapshots/php/php-src/snapshot.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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: 2172, Issues found: 43454 in 1643 files.
CSpell: Files checked: 2172, Issues found: 43448 in 1643 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
Expand Down Expand Up @@ -1057,7 +1057,6 @@ Lines:
./ext/date/lib/fallbackmap.h:17:5 - Unknown word (brst) -- { "brst", 1, -120 * 60, "America
./ext/date/lib/fallbackmap.h:18:5 - Unknown word (azost) -- { "azost", 0, -60 * 60, "Atlantic
./ext/date/lib/fallbackmap.h:19:5 - Unknown word (azodt) -- { "azodt", 1, 0 * 60, "Atlantic
./ext/date/lib/fallbackmap.h:23:5 - Unknown word (cest) -- { "cest", 1, 120 * 60, "Europe
./ext/date/lib/fallbackmap.h:25:5 - Unknown word (eest) -- { "eest", 1, 180 * 60, "Europe
./ext/date/lib/fallbackmap.h:30:33 - Unknown word (Kolkata) -- 0, 330 * 60, "Asia/Kolkata" },
./ext/date/lib/fallbackmap.h:32:5 - Unknown word (yekt) -- { "yekt", 1, 360 * 60, "Asia
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 @@ -48,9 +48,9 @@
"homepage": "https://github.com/streetsidesoftware/cspell#readme",
"dependencies": {
"@cspell/dict-ada": "^4.0.2",
"@cspell/dict-aws": "^4.0.1",
"@cspell/dict-aws": "^4.0.2",
"@cspell/dict-bash": "^4.1.3",
"@cspell/dict-companies": "^3.0.32",
"@cspell/dict-companies": "^3.1.0",
"@cspell/dict-cpp": "^5.1.6",
"@cspell/dict-cryptocurrencies": "^5.0.0",
"@cspell/dict-csharp": "^4.0.2",
Expand All @@ -62,11 +62,11 @@
"@cspell/dict-elixir": "^4.0.3",
"@cspell/dict-en-common-misspellings": "^2.0.1",
"@cspell/dict-en-gb": "1.1.33",
"@cspell/dict-en_us": "^4.3.19",
"@cspell/dict-en_us": "^4.3.20",
"@cspell/dict-filetypes": "^3.0.4",
"@cspell/dict-fonts": "^4.0.0",
"@cspell/dict-fsharp": "^1.0.1",
"@cspell/dict-fullstack": "^3.1.7",
"@cspell/dict-fullstack": "^3.1.8",
"@cspell/dict-gaming-terms": "^1.0.5",
"@cspell/dict-git": "^3.0.0",
"@cspell/dict-golang": "^6.0.9",
Expand Down
33 changes: 19 additions & 14 deletions pnpm-lock.yaml

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