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

Merged
merged 1 commit into from
Sep 18, 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
4 changes: 2 additions & 2 deletions integration-tests/snapshots/pagekit/pagekit/report.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Args: '["-e","/app/assets/codemirror","-e","/app/system/languages","**"]'
Summary:
files: 741
filesWithIssues: 221
issues: 689
issues: 687
errors: 0
Errors: []

Expand All @@ -21,7 +21,6 @@ issues:
- "app/console/src/Commands/BuildCommand.php:34:24 nickic U '^app\\/vendor\\/nickic\\/php-parser\\/(grammar"
- "app/console/src/Commands/BuildCommand.php:35:25 phpdocumentor U '^app\\/vendor\\/(phpdocumentor|phpspec|phpunit|sebastian"
- "app/console/src/Commands/BuildCommand.php:35:39 phpspec U vendor\\/(phpdocumentor|phpspec|phpunit|sebastian|symfony"
- "app/console/src/Commands/BuildCommand.php:35:47 phpunit U phpdocumentor|phpspec|phpunit|sebastian|symfony\\/yaml"
- "app/console/src/Commands/ClearCacheCommand.php:14:24 clearcache U protected $name = 'clearcache';"
- "app/console/src/Commands/ExtensionTranslateCommand.php:106:17 translateable U * Extracts translateable strings from a given"
- "app/console/src/Commands/ExtensionTranslateCommand.php:111:79 customdomain U Apple' => 'Apple'], 'customdomain' => ['One' => 'One'"
Expand Down Expand Up @@ -67,6 +66,7 @@ issues:
- "app/modules/application/src/Event/Event.php:164:8 Unsets U * Unsets a parameter."
- "app/modules/application/src/Tests/DbUtil.php:11:45 DBAL U name of the Doctrine DBAL database driver to use"
- "app/modules/application/src/Tests/DbUtil.php:32:27 tmpdb U $GLOBALS['tmpdb_type'], $GLOBALS['tmpdb"
- "app/modules/auth/phpunit.xml.dist:3:2 phpunit U <phpunit backupGlobals=\"false"
- "app/modules/auth/phpunit.xml.dist:14:6 testsuites U <testsuites>"
- "app/modules/auth/phpunit.xml.dist:15:10 testsuite U <testsuite name=\"Pagekit Auth Component"
- "app/modules/auth/src/Handler/DatabaseHandler.php:155:59 notnull U access', 'datetime', ['notnull' => false]);"
Expand Down
4 changes: 2 additions & 2 deletions integration-tests/snapshots/pagekit/pagekit/snapshot.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Repository: pagekit/pagekit
Url: "https://github.com/pagekit/pagekit.git"
Args: ["-e","/app/assets/codemirror","-e","/app/system/languages","**"]
Lines:
CSpell: Files checked: 741, Issues found: 689 in 221 files
CSpell: Files checked: 741, Issues found: 687 in 221 files
exit code: 1
./README.md:20:55 - Unknown word (Otheme) -- project developed by YOOtheme.</b>
./README.md:32:62 - Unknown word (webserver) -- extracted folder to your webserver.
Expand All @@ -18,7 +18,6 @@ Lines:
./app/console/src/Commands/BuildCommand.php:34:24 - Unknown word (nickic) -- '^app\/vendor\/nickic\/php-parser\/(grammar
./app/console/src/Commands/BuildCommand.php:35:25 - Unknown word (phpdocumentor) -- '^app\/vendor\/(phpdocumentor|phpspec|phpunit|sebastian
./app/console/src/Commands/BuildCommand.php:35:39 - Unknown word (phpspec) -- vendor\/(phpdocumentor|phpspec|phpunit|sebastian|symfony
./app/console/src/Commands/BuildCommand.php:35:47 - Unknown word (phpunit) -- phpdocumentor|phpspec|phpunit|sebastian|symfony\/yaml
./app/console/src/Commands/ClearCacheCommand.php:14:24 - Unknown word (clearcache) -- protected $name = 'clearcache';
./app/console/src/Commands/ExtensionTranslateCommand.php:106:17 - Unknown word (translateable) -- * Extracts translateable strings from a given
./app/console/src/Commands/ExtensionTranslateCommand.php:111:79 - Unknown word (customdomain) -- Apple' => 'Apple'], 'customdomain' => ['One' => 'One'
Expand Down Expand Up @@ -66,6 +65,7 @@ Lines:
./app/modules/application/src/Tests/DbUtil.php:32:27 - Unknown word (tmpdb) -- $GLOBALS['tmpdb_type'], $GLOBALS['tmpdb
./app/modules/auth/phpunit.xml.dist:14:6 - Unknown word (testsuites) -- <testsuites>
./app/modules/auth/phpunit.xml.dist:15:10 - Unknown word (testsuite) -- <testsuite name="Pagekit Auth Component
./app/modules/auth/phpunit.xml.dist:3:2 - Unknown word (phpunit) -- <phpunit backupGlobals="false
./app/modules/auth/src/Handler/DatabaseHandler.php:155:59 - Unknown word (notnull) -- access', 'datetime', ['notnull' => false]);
./app/modules/database/index.php:37:59 - Unknown word (metas) -- app['db'], $app['db.metas'], $app['db.events'
./app/modules/database/index.php:44:44 - Unknown word (phpfile) -- setCache($app['cache.phpfile']);
Expand Down
4 changes: 2 additions & 2 deletions integration-tests/snapshots/php/php-src/report.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ Url: https://github.com/php/php-src.git
Args: '["--config=${repoConfig}/cspell.json","**/*.{md,c,h,php}"]'
Summary:
files: 1825
filesWithIssues: 1310
issues: 45372
filesWithIssues: 1307
issues: 45364
errors: 0
Errors: []

Expand Down
2 changes: 1 addition & 1 deletion 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: 1825, Issues found: 45372 in 1310 files
CSpell: Files checked: 1825, Issues found: 45364 in 1307 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
2 changes: 1 addition & 1 deletion packages/cspell-bundled-dicts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
"@cspell/dict-lua": "^4.0.1",
"@cspell/dict-node": "^4.0.3",
"@cspell/dict-npm": "^5.0.8",
"@cspell/dict-php": "^4.0.2",
"@cspell/dict-php": "^4.0.3",
"@cspell/dict-powershell": "^5.0.2",
"@cspell/dict-public-licenses": "^2.0.3",
"@cspell/dict-python": "^4.1.8",
Expand Down
8 changes: 4 additions & 4 deletions pnpm-lock.yaml

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