Skip to content

sdd tests for DatasetTree #4282

sdd tests for DatasetTree

sdd tests for DatasetTree #4282

Triggered via push July 12, 2023 18:20
Status Success
Total duration 3m 32s
Artifacts

lint.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
lint: packages/zowe-explorer/src/command/MvsCommandHandler.ts#L66
Async method 'issueMvsCommand' has a complexity of 16. Maximum allowed is 15
lint: packages/zowe-explorer/src/command/TsoCommandHandler.ts#L66
Async method 'issueTsoCommand' has a complexity of 18. Maximum allowed is 15
lint: packages/zowe-explorer/src/dataset/DatasetTree.ts#L415
Async method 'addSession' has a complexity of 16. Maximum allowed is 15
lint: packages/zowe-explorer/src/dataset/DatasetTree.ts#L876
Async method 'datasetFilterPrompt' has a complexity of 43. Maximum allowed is 15
lint: packages/zowe-explorer/src/dataset/DatasetTree.ts#L1081
Method 'checkFilterPattern' has a complexity of 19. Maximum allowed is 15
lint: packages/zowe-explorer/src/dataset/ZoweDatasetNode.ts#L15
'syncSessionNode' is defined but never used
lint: packages/zowe-explorer/src/dataset/ZoweDatasetNode.ts#L21
'Profiles' is defined but never used
lint: packages/zowe-explorer/src/dataset/ZoweDatasetNode.ts#L99
Async method 'getChildren' has a complexity of 28. Maximum allowed is 15
lint: packages/zowe-explorer/src/dataset/actions.ts#L245
Async function 'deleteDatasetPrompt' has a complexity of 24. Maximum allowed is 15
lint: packages/zowe-explorer/src/dataset/actions.ts#L694
'value' is defined but never used. Allowed unused args must match /^_/u