Merge pull request #56 from alercebroker/feat/target_details #47
Annotations
12 warnings
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-node@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-node@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
src/app/filter/domain/Filter.ts#L33
Forbidden non-null assertion
|
src/app/filter/domain/Filter.ts#L64
Forbidden non-null assertion
|
src/app/match/infrastructure/MatchService.ts#L18
'watchlistId' is defined but never used
|
src/app/match/infrastructure/MatchService.ts#L19
'targetId' is defined but never used
|
src/app/target/infrastructure/TargetService.ts#L2
'isHttpError' is defined but never used
|
src/app/target/use_case/BulkUpdateTargets.ts#L11
Argument 'params' should be typed with a non-any type
|
src/app/target/use_case/BulkUpdateTargets.ts#L11
Unexpected any. Specify a different type
|
src/app/target/use_case/GetTargets.ts#L11
Argument 'params' should be typed with a non-any type
|
src/app/target/use_case/GetTargets.ts#L11
Unexpected any. Specify a different type
|
src/app/watchlist/domain/Watchlist.types.ts#L29
Unexpected any. Specify a different type
|
This job succeeded
Loading