Browser download #253
Annotations
10 errors and 2 warnings
Run eslint:
src/helpers/DownloadUploadUtil.ts#L4
There should be at least one empty line between import groups
|
Run eslint:
src/helpers/DownloadUploadUtil.ts#L4
`../utils/errors` import should occur after import of `../connectors/ConnectionPool`
|
Run eslint:
src/helpers/DownloadUploadUtil.ts#L5
There should be at least one empty line between import groups
|
Run eslint:
src/helpers/DownloadUploadUtil.ts#L5
`./Helper` import should occur after import of `./FolderUtil`
|
Run eslint:
src/helpers/DownloadUploadUtil.ts#L7
There should be at least one empty line between import groups
|
Run eslint:
src/helpers/DownloadUploadUtil.ts#L11
Unexpected any. Specify a different type
|
Run eslint:
src/helpers/DownloadUploadUtil.ts#L13
Unsafe argument of type `any` assigned to a parameter of type `SpawnOptionsWithoutStdio | undefined`
|
Run eslint:
src/helpers/DownloadUploadUtil.ts#L15
Strings must use doublequote
|
Run eslint:
src/helpers/DownloadUploadUtil.ts#L16
Strings must use doublequote
|
Run eslint:
src/helpers/DownloadUploadUtil.ts#L18
Strings must use doublequote
|
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/
|
Loading