[Chore] coding style update #1301
Annotations
12 warnings
run-linter
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
run-linter
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-node@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
run-linter:
src/platform/i18n/common/i18n.ts#L221
Throwing exceptions is not allowed. Use `Result` or `panic` instead
|
run-linter:
src/platform/i18n/common/i18n.ts#L226
Throwing exceptions is not allowed. Use `Result` or `panic` instead
|
run-linter:
src/platform/i18n/common/i18n.ts#L239
Throwing exceptions is not allowed. Use `Result` or `panic` instead
|
run-linter:
src/platform/i18n/common/i18n.ts#L248
Throwing exceptions is not allowed. Use `Result` or `panic` instead
|
run-linter:
src/platform/i18n/common/i18n.ts#L276
Throwing exceptions is not allowed. Use `Result` or `panic` instead
|
run-linter:
src/platform/i18n/common/i18n.ts#L285
Throwing exceptions is not allowed. Use `Result` or `panic` instead
|
run-linter:
src/platform/i18n/common/i18n.ts#L303
Throwing exceptions is not allowed. Use `Result` or `panic` instead
|
run-linter:
test/code/platform/fileService.test.ts#L391
A `skip` has been detected and needs attention for correction
|
run-linter:
test/code/platform/fileService.test.ts#L413
A `skip` has been detected and needs attention for correction
|
run-linter:
test/code/platform/watcher.test.ts#L36
A `skip` has been detected and needs attention for correction
|