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

Merged
merged 1 commit into from
Nov 28, 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 @@ -4,8 +4,8 @@ Url: https://github.com/aspnetboilerplate/aspnetboilerplate
Args: '["**/*.{md,cs,cshtml}","--exclude=wwwroot","--exclude=**/*SampleApp.Tests/Web*"]'
Summary:
files: 2606
filesWithIssues: 839
issues: 2976
filesWithIssues: 834
issues: 2944
errors: 0
Errors: []

Expand Down Expand Up @@ -145,7 +145,6 @@ issues:
- "doc/WebSite/Value-Objects.md:24:85 Manco U 08FAAB5AF\"), \"Baris Manco Street\", 42);"
- "doc/WebSite/Webhook-System.md:166:41 YOURWEBHOOKSECRET U IsSignatureCompatible(\"whs_YOURWEBHOOKSECRET\", body))//read webhooksecret"
- "doc/WebSite/Webhook-System.md:166:74 webhooksecret U RWEBHOOKSECRET\", body))//read webhooksecret from user secret"
- "doc/WebSite/Webhook-System.md:189:24 hasher U using (var hasher = new HMACSHA256(secretBytes"
- "doc/WebSite/Webhook-System.md:189:37 HMACSHA U using (var hasher = new HMACSHA256(secretBytes))"
- "doc/WebSite/XSRF-CSRF-Protection.md:7:3 OWASP U ([OWASP](https://www.owasp.org"
- "doc/WebSite/XSRF-CSRF-Protection.md:171:30 Antiforgery U has the **AutoValidateAntiforgeryTokenAttribute** class"
Expand Down Expand Up @@ -229,7 +228,6 @@ issues:
- "src/Abp.Zero.Common/Zero/Configuration/AbpZeroSettingProvider.cs:72:56 Maxumum U FixedLocalizableString(\"Maxumum Failed access attempt"
- "src/Abp.Zero.NHibernate/Zero/FluentMigrator/Migrations/_20150312_01_Add_DeleteAuidit_To_AbpTenants_Tables.cs:7:41 Auidit U 150312_01_Add_DeleteAuidit_To_AbpTenants_Tables"
- "src/Abp.Zero.NHibernate/Zero/NHibernate/EntityMappings/AuditLogMap.cs:36:36 Nvarchar U .Length(Extensions.NvarcharMax);"
- "src/Abp.Zero/Authorization/AbpLoginManager.cs:179:66 Hasher U UserManager.PasswordHasher.VerifyHashedPassword"
- "src/Abp.ZeroCore.EntityFrameworkCore/EntityHistory/EntityHistoryHelper.cs:135:47 Unproxied U typeOfEntity = ProxyHelper.GetUnproxiedType(entityEntry.Entity"
- "src/Abp.ZeroCore.IdentityServer4.vNext.EntityFrameworkCore/IdentityServer4vNext/AbpZeroCoreIdentityServerEntityFrameworkCoreConfigurationExtensions.cs:31:60 nvarchar U over 4K converts to nvarchar(max) on SqlServer"
- "src/Abp.ZeroCore.IdentityServer4.vNext/IdentityServer4vNext/AbpResourceOwnerPasswordValidator.cs:52:73 Oidc U GrantValidationResult(sub, OidcConstants.AuthenticationMethod"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Repository: aspnetboilerplate/aspnetboilerplate
Url: "https://github.com/aspnetboilerplate/aspnetboilerplate"
Args: ["**/*.{md,cs,cshtml}","--exclude=wwwroot","--exclude=**/*SampleApp.Tests/Web*"]
Lines:
CSpell: Files checked: 2606, Issues found: 2976 in 839 files
CSpell: Files checked: 2606, Issues found: 2944 in 834 files
exit code: 1
./CONTRIBUTING.md:28:30 - Unknown word (aspnetboilerplate) -- Documents are located in [/aspnetboilerplate/doc](https://github
./LICENSE.md:3:25 - Unknown word (Volosoft) -- Copyright (c) 2013-2021 Volosoft (https://volosoft.com
Expand Down Expand Up @@ -142,7 +142,6 @@ Lines:
./doc/WebSite/Value-Objects.md:24:85 - Unknown word (Manco) -- 08FAAB5AF"), "Baris Manco Street", 42);
./doc/WebSite/Webhook-System.md:166:41 - Unknown word (YOURWEBHOOKSECRET) -- IsSignatureCompatible("whs_YOURWEBHOOKSECRET", body))//read webhooksecret
./doc/WebSite/Webhook-System.md:166:74 - Unknown word (webhooksecret) -- RWEBHOOKSECRET", body))//read webhooksecret from user secret
./doc/WebSite/Webhook-System.md:189:24 - Unknown word (hasher) -- using (var hasher = new HMACSHA256(secretBytes
./doc/WebSite/Webhook-System.md:189:37 - Unknown word (HMACSHA) -- using (var hasher = new HMACSHA256(secretBytes))
./doc/WebSite/XSRF-CSRF-Protection.md:171:30 - Unknown word (Antiforgery) -- has the **AutoValidateAntiforgeryTokenAttribute** class
./doc/WebSite/XSRF-CSRF-Protection.md:229:103 - Unknown word (antiforgery) -- should also use redis for antiforgery token.
Expand Down Expand Up @@ -224,7 +223,6 @@ Lines:
./src/Abp.Zero.Common/Zero/Configuration/AbpZeroSettingProvider.cs:72:56 - Unknown word (Maxumum) -- FixedLocalizableString("Maxumum Failed access attempt
./src/Abp.Zero.NHibernate/Zero/FluentMigrator/Migrations/_20150312_01_Add_DeleteAuidit_To_AbpTenants_Tables.cs:7:41 - Unknown word (Auidit) -- 150312_01_Add_DeleteAuidit_To_AbpTenants_Tables
./src/Abp.Zero.NHibernate/Zero/NHibernate/EntityMappings/AuditLogMap.cs:36:36 - Unknown word (Nvarchar) -- .Length(Extensions.NvarcharMax);
./src/Abp.Zero/Authorization/AbpLoginManager.cs:179:66 - Unknown word (Hasher) -- UserManager.PasswordHasher.VerifyHashedPassword
./src/Abp.ZeroCore.EntityFrameworkCore/EntityHistory/EntityHistoryHelper.cs:135:47 - Unknown word (Unproxied) -- typeOfEntity = ProxyHelper.GetUnproxiedType(entityEntry.Entity
./src/Abp.ZeroCore.IdentityServer4.vNext.EntityFrameworkCore/IdentityServer4vNext/AbpZeroCoreIdentityServerEntityFrameworkCoreConfigurationExtensions.cs:31:60 - Unknown word (nvarchar) -- over 4K converts to nvarchar(max) on SqlServer
./src/Abp.ZeroCore.IdentityServer4.vNext/IdentityServer4vNext/AbpResourceOwnerPasswordValidator.cs:52:73 - Unknown word (Oidc) -- GrantValidationResult(sub, OidcConstants.AuthenticationMethod
Expand Down
4 changes: 1 addition & 3 deletions integration-tests/snapshots/caddyserver/caddy/report.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Args: '["**/*.go"]'
Summary:
files: 244
filesWithIssues: 226
issues: 3411
issues: 3395
errors: 0
Errors: []

Expand All @@ -16,7 +16,6 @@ issues:
- "admin_test.go:114:10 unsynced U err := unsyncedConfigAccess(tc.method"
- "admin_test.go:127:23 Unmarshaling U t.Fatalf(\"Test %d: Unmarshaling expected config: %v"
- "admin_test.go:176:42 etag U config with the wrong etag"
- "admin_test.go:183:14 Hasher U hash := etagHasher()"
- "admin_test.go:189:93 Etag U intField\": 1}`), makeEtag(key, hash), false)"
- "admin.go:43:14 caddyserver U \"github.com/caddyserver/certmagic\""
- "admin.go:43:26 certmagic U github.com/caddyserver/certmagic\""
Expand All @@ -27,7 +26,6 @@ issues:
- "admin.go:477:33 zerossl U RawMessage(`{\"module\": \"zerossl\"}`),"
- "admin.go:574:23 stdlib U / convert logger to stdlib so it can be used by"
- "admin.go:844:23 Redir U if err == errInternalRedir {"
- "admin.go:947:29 hasher U etagHasher returns a the hasher we used on the config"
- "admin.go:1357:21 pidfile U // PIDFile writes a pidfile to the file at filename"
- "caddy.go:707:24 byeee U logger.Warn(\"exiting; byeee!! 👋\")"
- "caddy.go:850:47 ldflags U during `go build` with `-ldflags`:"
Expand Down
4 changes: 1 addition & 3 deletions integration-tests/snapshots/caddyserver/caddy/snapshot.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Repository: caddyserver/caddy
Url: "https://github.com/caddyserver/caddy.git"
Args: ["**/*.go"]
Lines:
CSpell: Files checked: 244, Issues found: 3411 in 226 files
CSpell: Files checked: 244, Issues found: 3395 in 226 files
exit code: 1
./admin.go:1357:21 - Unknown word (pidfile) -- // PIDFile writes a pidfile to the file at filename
./admin.go:331:29 - Unknown word (infosec) -- security checks, the infosec community assures me
Expand All @@ -15,11 +15,9 @@ Lines:
./admin.go:50:56 - Unknown word (overidden) -- DefaultAdminListen` can be overidden
./admin.go:574:23 - Unknown word (stdlib) -- / convert logger to stdlib so it can be used by
./admin.go:844:23 - Unknown word (Redir) -- if err == errInternalRedir {
./admin.go:947:29 - Unknown word (hasher) -- etagHasher returns a the hasher we used on the config
./admin_test.go:114:10 - Unknown word (unsynced) -- err := unsyncedConfigAccess(tc.method
./admin_test.go:127:23 - Unknown word (Unmarshaling) -- t.Fatalf("Test %d: Unmarshaling expected config: %v
./admin_test.go:176:42 - Unknown word (etag) -- config with the wrong etag
./admin_test.go:183:14 - Unknown word (Hasher) -- hash := etagHasher()
./admin_test.go:189:93 - Unknown word (Etag) -- intField": 1}`), makeEtag(key, hash), false)
./admin_test.go:30:8 - Unknown word (myserver) -- "myserver": {
./admin_test.go:34:8 - Unknown word (yourserver) -- "yourserver": {
Expand Down
8 changes: 3 additions & 5 deletions integration-tests/snapshots/django/django/report.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ Url: https://github.com/django/django.git
Args: '["**/*.{md,py}"]'
Summary:
files: 2774
filesWithIssues: 924
issues: 8117
filesWithIssues: 923
issues: 8114
errors: 0
Errors: []

Expand Down Expand Up @@ -981,8 +981,7 @@ issues:
- "django/utils/lorem_ipsum.py:197:6 facere U \"facere\","
- "django/utils/lorem_ipsum.py:198:6 maxime U \"maxime\","
- "django/utils/lorem_ipsum.py:199:6 corrupti U \"corrupti\","
- "django/utils/regex_helper.py:5:60 decompiler U a complete reg-exp decompiler. It"
- "django/utils/regex_helper.py:150:33 backreferences U # Named backreferences have already consumed"
- "django/utils/regex_helper.py:5:60 decompiler U a complete reg-exp decompiler. It"
- "django/utils/text.py:340:40 compresslevel U data = gzip_compress(s, compresslevel=6, mtime=0)"
- "django/utils/text.py:368:10 zfile U ) as zfile:"
- "django/utils/timezone.py:38:5 hhmm U hhmm = \"%02d%02d\" % divmod"
Expand All @@ -1006,7 +1005,6 @@ issues:
- "django/views/debug.py:421:16 lastframe U c[\"lastframe\"] = frames[-1]"
- "django/views/debug.py:573:66 lasti U co_positions(), tb.tb_lasti // 2, None"
- "django/views/decorators/cache.py:41:27 viewfunc U def _cache_controller(viewfunc):"
- "django/views/decorators/gzip.py:5:47 gzips U Decorator for views that gzips pages if the client"
- "django/views/static.py:52:5 statobj U statobj = fullpath.stat()"
- "docs/_ext/djangodocs.py:10:15 statemachine U from docutils.statemachine import ViewList"
- "docs/_ext/djangodocs.py:15:32 Cmdoption U sphinx.domains.std import Cmdoption"
Expand Down
4 changes: 1 addition & 3 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: ["**/*.{md,py}"]
Lines:
CSpell: Files checked: 2774, Issues found: 8117 in 924 files
CSpell: Files checked: 2774, Issues found: 8114 in 923 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 @@ -976,7 +976,6 @@ Lines:
./django/utils/lorem_ipsum.py:9:50 - Unknown word (aliqua) -- labore et dolore magna aliqua. Ut enim ad minim "
./django/utils/lorem_ipsum.py:9:6 - Unknown word (tempor) -- "tempor incididunt ut labore
./django/utils/lorem_ipsum.py:9:61 - Unknown word (enim) -- dolore magna aliqua. Ut enim ad minim "
./django/utils/regex_helper.py:150:33 - Unknown word (backreferences) -- # Named backreferences have already consumed
./django/utils/regex_helper.py:5:60 - Unknown word (decompiler) -- a complete reg-exp decompiler. It
./django/utils/text.py:340:40 - Unknown word (compresslevel) -- data = gzip_compress(s, compresslevel=6, mtime=0)
./django/utils/text.py:368:10 - Unknown word (zfile) -- ) as zfile:
Expand All @@ -1001,7 +1000,6 @@ Lines:
./django/views/debug.py:421:16 - Unknown word (lastframe) -- c["lastframe"] = frames[-1]
./django/views/debug.py:573:66 - Unknown word (lasti) -- co_positions(), tb.tb_lasti // 2, None
./django/views/decorators/cache.py:41:27 - Unknown word (viewfunc) -- def _cache_controller(viewfunc):
./django/views/decorators/gzip.py:5:47 - Unknown word (gzips) -- Decorator for views that gzips pages if the client
./django/views/static.py:52:5 - Unknown word (statobj) -- statobj = fullpath.stat()
./docs/_ext/djangodocs.py:10:15 - Unknown word (statemachine) -- from docutils.statemachine import ViewList
./docs/_ext/djangodocs.py:122:31 - Unknown word (starttag) -- self.body.append(self.starttag(node, "table", CLASS
Expand Down
4 changes: 1 addition & 3 deletions integration-tests/snapshots/eslint/eslint/report.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Args: '[".","--config=../../../config/eslint/cspell.config.yaml","--issues-summa
Summary:
files: 1894
filesWithIssues: 400
issues: 2195
issues: 2191
errors: 0
Errors: []

Expand Down Expand Up @@ -621,7 +621,6 @@ issues:
- "tests/performance/jshint.js:7902:29 Ashkenas U c) 2009-2013 Jeremy Ashkenas, DocumentCloud Inc."
- "tests/performance/jshint.js:8006:10 foldl U // or `foldl`. Delegates to **ECMAScript"
- "tests/performance/jshint.js:8026:62 foldr U reduce, also known as `foldr`."
- "tests/performance/jshint.js:8506:30 hasher U memoize = function(func, hasher) {"
- "tests/performance/jshint.js:8726:25 egal U // See the Harmony `egal` proposal: http://wiki"
- "tests/performance/jshint.js:8852:22 inspectable U // there isn't any inspectable \"Arguments\" type."
- "tests/performance/jshint.js:8914:9 accum U var accum = Array(n);"
Expand Down Expand Up @@ -886,7 +885,6 @@ issuesSummary:
- "text: greasemonkey, count: 1, files: 1,"
- "text: Gruntfile, count: 1, files: 1,"
- "text: Guake, count: 1, files: 1,"
- "text: hasher, count: 4, files: 1,"
- "text: Hildenbiddle, count: 1, files: 1,"
- "text: hoge, count: 18, files: 7,"
- "text: humanwhocodes, count: 5, files: 4,"
Expand Down
3 changes: 1 addition & 2 deletions integration-tests/snapshots/eslint/eslint/snapshot.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Repository: eslint/eslint
Url: "https://github.com/eslint/eslint"
Args: [".","--config=../../../config/eslint/cspell.config.yaml","--issues-summary-report","--exclude=bin/**","--exclude=CHANGELOG.md","--exclude=_data","--exclude=tests/bench/large.js","--exclude=docs/src/_includes","--exclude=docs/src/assets/{fonts,s?css,images}"]
Lines:
CSpell: Files checked: 1894, Issues found: 2195 in 400 files
CSpell: Files checked: 1894, Issues found: 2191 in 400 files
exit code: 1
./Makefile.js:144:88 - Unknown word (ined) -- followed by the string "ined".
./Makefile.js:150:48 - Unknown word (blogpost) -- render(cat("./templates/blogpost.md.ejs"), renderContext
Expand Down Expand Up @@ -619,7 +619,6 @@ Lines:
./tests/performance/jshint.js:816:2 - Unknown word (Droppables) -- Droppables : false,
./tests/performance/jshint.js:821:2 - Unknown word (Scriptaculous) -- Scriptaculous : false
./tests/performance/jshint.js:837:10 - Unknown word (maxlen) -- /*jshint maxlen:1000 */
./tests/performance/jshint.js:8506:30 - Unknown word (hasher) -- memoize = function(func, hasher) {
./tests/performance/jshint.js:863:41 - Unknown word (jscript) -- vascriptURL = /^(?:javascript|jscript|ecmascript|vbscript
./tests/performance/jshint.js:863:75 - Unknown word (livescript) -- ecmascript|vbscript|mocha|livescript)\s*:/i;
./tests/performance/jshint.js:8726:25 - Unknown word (egal) -- // See the Harmony `egal` proposal: http://wiki
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ Url: https://github.com/googleapis/google-cloud-cpp.git
Args: '["--config=${repoConfig}/cspell.json","**/*","-e","{*.BUILD,BUILD,CHANGELOG.md,*.sh,*.cfg,*.ps1,Dockerfile.*,*.Dockerfile,*.{yaml,xml,json,cmake}}"]'
Summary:
files: 16993
filesWithIssues: 12392
issues: 112680
filesWithIssues: 12389
issues: 112666
errors: 0
Errors: []

Expand Down Expand Up @@ -1200,7 +1200,6 @@ issues:
- "google/cloud/storage/internal/object_requests_test.cc:547:27 sdlkj U \"&upload_id=xa298sd_sdlkj2\";"
- "google/cloud/storage/internal/object_write_streambuf_test.cc:364:39 Putn U ectWriteStreambufTest, MixPutcPutn) {"
- "google/cloud/storage/internal/rest/object_read_source_test.cc:120:16 guploader U {{\"x-guploader-response-body-transformations"
- "google/cloud/storage/internal/rest/object_read_source_test.cc:120:59 gunzipped U body-transformations\", \"gunzipped\"}})));"
- "google/cloud/storage/internal/signed_url_requests_test.cc:111:62 Bbar U -object?marker=foo%2Bbar)\"\"\";"
- "google/cloud/storage/internal/signed_url_requests_test.cc:225:58 Fhtml U response-content-type=text%2Fhtml)\"\"\";"
- "google/cloud/storage/internal/signed_url_requests_test.cc:304:62 Bhost U SignedHeaders=content-type%3Bhost\""
Expand All @@ -1217,7 +1216,6 @@ issues:
- "google/cloud/storage/policy_document_test.cc:199:14 rsaposttest U \"rsaposttest, access_id=foo@foo.com"
- "google/cloud/storage/quickstart/README.md:126:31 Tbits U large workloads (several Tbits/s of upload and/or download"
- "google/cloud/storage/testing/mock_generic_stub.h:27:17 Googlemock U * Implements a Googlemock for the (generated)"
- "google/cloud/storage/tests/decompressive_transcoding_integration_test.cc:121:55 Gunzipped U scodingIntegrationTest, ResumeGunzippedDownloadJson) {"
- "google/cloud/storage/tests/object_read_headers_integration_test.cc:136:44 uploadid U IsSupersetOf({\"x-guploader-uploadid\", \"x-goog-hash\","
- "google/cloud/storage/tests/object_read_large_integration_test.cc:39:39 statm U ifstream(\"/proc/self/statm\");"
- "google/cloud/storage/tests/signed_url_conformance_test.cc:92:39 urlstyle U style = test_params.urlstyle();"
Expand Down
Loading
Loading