Jts/verji develop final sync to matrix-react-sdk-v3.109.0 #351
static_analysis.yaml
on: pull_request
Typescript Syntax Check
15s
Rethemendex Check
0s
ESLint
1m 22s
Style Lint
46s
Workflow Lint
41s
Analyse Dead Code
0s
i18n Check
/
check
Annotations
11 errors
Typescript Syntax Check
Process completed with exit code 1.
|
ESLint:
src/SecurityManager.ts#L42
'nonInteractive' is assigned a value but never used
|
ESLint:
src/SecurityManager.ts#L42
'nonInteractive' is never reassigned. Use 'const' instead
|
ESLint:
src/SecurityManager.ts#L49
'isCachingAllowed' is defined but never used
|
ESLint:
test/MatrixClientPeg-test.ts#L19
'EventEmitter' is defined but never used
|
ESLint:
test/MatrixClientPeg-test.ts#L21
'ProvideCryptoSetupExtensions' is defined but never used
|
ESLint:
test/MatrixClientPeg-test.ts#L22
'SecretStorageKeyDescription' is defined but never used
|
ESLint:
test/components/views/right_panel/UserInfo-test.tsx#L345
Test title is used multiple times in the same describe block
|
ESLint:
test/components/views/settings/ThemeChoicePanel-test.tsx#L24
'../../../../src/settings/SettingsStore' imported multiple times
|
ESLint:
test/components/views/settings/ThemeChoicePanel-test.tsx#L26
There should be no empty line within import group
|
ESLint:
test/components/views/settings/ThemeChoicePanel-test.tsx#L29
Import in body of module; reorder to top
|