Skip to content

Thunderbird-Send localization #36

Thunderbird-Send localization

Thunderbird-Send localization #36

Triggered via pull request May 23, 2024 14:04
@tdulcettdulcet
synchronize #14
DenB10:main
Status Success
Total duration 18s
Artifacts

ci.yml

on: pull_request
ESLint
10s
ESLint
TypeScript Compiler
9s
TypeScript Compiler
Fit to window
Zoom out
Zoom in

Annotations

16 errors and 1 warning
ESLint: background.js#L809
Unexpected `await` inside a loop
ESLint: background.js#L811
Unexpected `await` inside a loop
ESLint: background.js#L980
Unexpected `await` inside a loop
ESLint: background.js#L1020
Expected to return a value at the end of async arrow function
ESLint: popup/popup.js#L312
'_sender' is defined but never used
ESLint
Process completed with exit code 1.
TypeScript Compiler: background.js#L7
Cannot find name 'browser'.
TypeScript Compiler: background.js#L49
Cannot find name 'browser'.
TypeScript Compiler: background.js#L51
Cannot find name 'browser'.
TypeScript Compiler: background.js#L59
Cannot find name 'browser'.
TypeScript Compiler: background.js#L63
Cannot find name 'browser'.
TypeScript Compiler: background.js#L68
Cannot find name 'browser'.
TypeScript Compiler: background.js#L244
Object is possibly 'undefined'.
TypeScript Compiler: background.js#L244
Expected 1-2 arguments, but got 0.
TypeScript Compiler: background.js#L328
Argument of type 'CryptoKey | undefined' is not assignable to parameter of type 'CryptoKey'.
TypeScript Compiler: background.js#L348
Argument of type 'CryptoKey | undefined' is not assignable to parameter of type 'CryptoKey'.
ESLint: management/modules/CustomOptionTriggers.js#L55
Arrow function should not return assignment