review: delete temp file if the user decided to replace 😋 #12364
Annotations
3 errors and 11 warnings
lint:
packages/zowe-explorer/src/dataset/actions.ts#L424
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
|
lint:
packages/zowe-explorer/src/dataset/actions.ts#L1880
Async function 'deleteTempFile' has no 'await' expression
|
lint
Process completed with exit code 1.
|
lint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
lint:
packages/zowe-explorer/src/command/MvsCommandHandler.ts#L67
Async method 'issueMvsCommand' has a complexity of 16. Maximum allowed is 15
|
lint:
packages/zowe-explorer/src/command/TsoCommandHandler.ts#L67
Async method 'issueTsoCommand' has a complexity of 18. Maximum allowed is 15
|
lint:
packages/zowe-explorer/src/dataset/DatasetTree.ts#L921
Async method 'datasetFilterPrompt' has a complexity of 42. Maximum allowed is 15
|
lint:
packages/zowe-explorer/src/dataset/DatasetTree.ts#L1126
Method 'checkFilterPattern' has a complexity of 19. Maximum allowed is 15
|
lint:
packages/zowe-explorer/src/dataset/ZoweDatasetNode.ts#L81
Constructor has a complexity of 16. Maximum allowed is 15
|
lint:
packages/zowe-explorer/src/dataset/ZoweDatasetNode.ts#L188
Async method 'getChildren' has a complexity of 41. Maximum allowed is 15
|
lint:
packages/zowe-explorer/src/dataset/ZoweDatasetNode.ts#L578
Async method 'openDs' has a complexity of 21. Maximum allowed is 15
|
lint:
packages/zowe-explorer/src/dataset/actions.ts#L249
Async function 'deleteDatasetPrompt' has a complexity of 25. Maximum allowed is 15
|
lint:
packages/zowe-explorer/src/dataset/actions.ts#L657
'value' is defined but never used. Allowed unused args must match /^_/u
|
lint:
packages/zowe-explorer/src/dataset/actions.ts#L702
No magic number: 3
|