zowe / zowe-explorer-vscode

Visual Studio Code Extension for Zowe, which lets users interact with z/OS Data Sets, Unix System Services, and Jobs on a remote mainframe instance. Powered by Zowe SDKs.
Eclipse Public License 2.0
162 stars 90 forks source link

TD: Address Sonar cloud cognitive complexity #3024

Open zFernand0 opened 1 month ago

zFernand0 commented 1 month ago

Ideally we should not have complex functions, however we all know that it is hard to break them into chunks that make sense 😋

For context:

# .eslintrc.yaml file

  # complexity:
  #   - warn
  #   - 15

Do we want to leave this commented out?

_Originally posted by @t1m0thyj in https://github.com/zowe/zowe-explorer-vscode/pull/2994#discussion_r1693942590_

github-actions[bot] commented 1 month ago

Thank you for raising this enhancement request. The community has 90 days to vote on it. If the enhancement receives at least 10 upvotes, it is added to our development backlog. If it receives fewer votes, the issue is closed.

t1m0thyj commented 1 month ago

May be related to https://github.com/zowe/zowe-explorer-vscode/issues/2504