Skip to content

Commit

Permalink
fix: Workflow Bot -- Update Dictionaries (main) (#6538)
Browse files Browse the repository at this point in the history
  • Loading branch information
1 parent bb4e270 commit 67be31a
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 28 deletions.
5 changes: 1 addition & 4 deletions integration-tests/snapshots/wireapp/wire-webapp/report.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Args: '["src/script/**/*.{js,ts,tsx,md}"]'
Summary:
files: 1277
filesWithIssues: 648
issues: 2749
issues: 2746
errors: 0
Errors: []

Expand Down Expand Up @@ -1405,8 +1405,6 @@ issues:
- "src/script/E2EIdentity/E2EIdentityEnrollment.ts:238:47 snoozable U eviceStatusUpdated', {status: snoozable ? 'valid' : 'locked"
- "src/script/E2EIdentity/E2EIdentityEnrollment.ts:239:48 snoozable U artEnrollment(enrollmentType, snoozable, onUserAction);"
- "src/script/E2EIdentity/E2EIdentityEnrollment.ts:281:24 snoozable U public async enroll({snoozable = true, resetTimers"
- "src/script/E2EIdentity/E2EIdentityEnrollment.ts:305:51 keycloak U cannot do silent login as keycloak refresh token extension"
- "src/script/E2EIdentity/E2EIdentityEnrollment.ts:306:70 keycloak U plugin is enabled on keycloak"
- "src/script/E2EIdentity/E2EIdentityVerification.ts:20:29 wireapp U QualifiedId} from '@wireapp/api-client/lib/user"
- "src/script/E2EIdentity/E2EIdentityVerification.ts:21:32 wireapp U DeviceIdentity} from '@wireapp/core/lib/messagingProtocols"
- "src/script/E2EIdentity/E2EIdentityVerification.ts:22:62 wireapp U stringifyQualifiedId} from '@wireapp/core/lib/util/qualifiedIdUtil"
Expand Down Expand Up @@ -1444,7 +1442,6 @@ issues:
- "src/script/E2EIdentity/OIDCService/OIDCService.ts:20:25 wireapp U import {KeyAuth} from '@wireapp/core/lib/messagingProtocols"
- "src/script/E2EIdentity/OIDCService/OIDCService.ts:44:11 dexio U const dexioConfig: UserManagerSettings"
- "src/script/E2EIdentity/OIDCService/OIDCService.ts:61:40 dexio U userManager = new UserManager(dexioConfig);"
- "src/script/E2EIdentity/OIDCService/OIDCService.ts:65:29 keycloak U New claims value for keycloak"
- "src/script/E2EIdentity/OIDCService/OIDCService.ts:68:9 keyauth U keyauth: {essential: true, value"
- "src/script/entity/Conversation.test.ts:22:34 wireapp U ConnectionStatus} from '@wireapp/api-client/lib/connection"
- "src/script/entity/Conversation.test.ts:23:35 wireapp U CONVERSATION_TYPE} from '@wireapp/api-client/lib/conversation"
Expand Down
5 changes: 1 addition & 4 deletions integration-tests/snapshots/wireapp/wire-webapp/snapshot.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Repository: wireapp/wire-webapp
Url: "https://github.com/wireapp/wire-webapp.git"
Args: ["src/script/**/*.{js,ts,tsx,md}"]
Lines:
CSpell: Files checked: 1277, Issues found: 2749 in 648 files.
CSpell: Files checked: 1277, Issues found: 2746 in 648 files.
exit code: 1
src/script/Config.ts:20:25 - Unknown word (wireapp) -- import {Runtime} from '@wireapp/commons';
src/script/Config.ts:83:31 - Unknown word (acces) -- DataDog client api keys acces */
Expand Down Expand Up @@ -34,8 +34,6 @@ src/script/E2EIdentity/E2EIdentityEnrollment.ts:24:26 - Unknown word (tsyrin
src/script/E2EIdentity/E2EIdentityEnrollment.ts:26:35 - Unknown word (wireapp) -- TypedEventEmitter} from '@wireapp/commons';
src/script/E2EIdentity/E2EIdentityEnrollment.ts:27:30 - Unknown word (wireapp) -- WebAppEvents} from '@wireapp/webapp-events';
src/script/E2EIdentity/E2EIdentityEnrollment.ts:281:24 - Unknown word (snoozable) -- public async enroll({snoozable = true, resetTimers
src/script/E2EIdentity/E2EIdentityEnrollment.ts:305:51 - Unknown word (keycloak) -- cannot do silent login as keycloak refresh token extension
src/script/E2EIdentity/E2EIdentityEnrollment.ts:306:70 - Unknown word (keycloak) -- plugin is enabled on keycloak
src/script/E2EIdentity/E2EIdentityEnrollment.ts:33:34 - Unknown word (MILLIS) -- formatDelayTime, TIME_IN_MILLIS} from 'Util/TimeUtil
src/script/E2EIdentity/E2EIdentityVerification.ts:20:29 - Unknown word (wireapp) -- QualifiedId} from '@wireapp/api-client/lib/user
src/script/E2EIdentity/E2EIdentityVerification.ts:21:32 - Unknown word (wireapp) -- DeviceIdentity} from '@wireapp/core/lib/messagingProtocols
Expand Down Expand Up @@ -72,7 +70,6 @@ src/script/E2EIdentity/Modals/Modals.ts:22:30 - Unknown word (wireapp) --
src/script/E2EIdentity/OIDCService/OIDCService.ts:20:25 - Unknown word (wireapp) -- import {KeyAuth} from '@wireapp/core/lib/messagingProtocols
src/script/E2EIdentity/OIDCService/OIDCService.ts:44:11 - Unknown word (dexio) -- const dexioConfig: UserManagerSettings
src/script/E2EIdentity/OIDCService/OIDCService.ts:61:40 - Unknown word (dexio) -- userManager = new UserManager(dexioConfig);
src/script/E2EIdentity/OIDCService/OIDCService.ts:65:29 - Unknown word (keycloak) -- New claims value for keycloak
src/script/E2EIdentity/OIDCService/OIDCService.ts:68:9 - Unknown word (keyauth) -- keyauth: {essential: true, value
src/script/E2EIdentity/OIDCService/OauthEncryptedStore.ts:20:33 - Unknown word (bazinga) -- Encoder, Decoder} from 'bazinga64';
src/script/E2EIdentity/mlsStatus.ts:20:30 - Unknown word (wireapp) -- DeviceStatus} from '@wireapp/core/lib/messagingProtocols
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 @@ -96,7 +96,7 @@
"@cspell/dict-ruby": "^5.0.7",
"@cspell/dict-rust": "^4.0.10",
"@cspell/dict-scala": "^5.0.6",
"@cspell/dict-software-terms": "^4.1.15",
"@cspell/dict-software-terms": "^4.1.16",
"@cspell/dict-sql": "^2.1.8",
"@cspell/dict-svelte": "^1.0.5",
"@cspell/dict-swift": "^2.0.4",
Expand Down
38 changes: 19 additions & 19 deletions pnpm-lock.yaml

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

0 comments on commit 67be31a

Please sign in to comment.