Bug Resolution #1248
Annotations
1 error and 12 warnings
Run test
Process completed with exit code 1.
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Lint:
src/apps/main/analytics/service.ts#L257
Unexpected any. Specify a different type
|
Lint:
src/apps/main/background-processes/sync-engine.ts#L71
'spawnSyncEngineWorker' was used before it was defined
|
Lint:
src/apps/main/bug-report/service.ts#L61
'readLog' was used before it was defined
|
Lint:
src/apps/main/bug-report/service.ts#L88
Promise executor functions should not be async
|
Lint:
src/apps/main/device/service.ts#L53
Unexpected `await` inside a loop
|
Lint:
src/apps/main/device/service.ts#L87
'decryptDeviceName' was used before it was defined
|
Lint:
src/apps/main/device/service.ts#L99
'decryptDeviceName' was used before it was defined
|
Lint:
src/apps/main/device/service.ts#L110
'getDeviceId' was used before it was defined
|
Lint:
src/apps/main/device/service.ts#L121
'decryptDeviceName' was used before it was defined
|
Lint:
src/apps/main/device/service.ts#L138
'getDeviceId' was used before it was defined
|
Loading