forcedotcom / sfdx-code-analyzer-vscode

Salesforce Code Analyzer is a unified tool for source code analysis. Run Code Analyzer to scan multiple languages in your code and add diagnostic info to your code that describes the violations.
BSD 3-Clause "New" or "Revised" License
9 stars 1 forks source link

[BUG] Analysis failed: spawn ENAMETOOLONG #18

Open marcopinder opened 1 year ago

marcopinder commented 1 year ago

Describe the bug Analysis failed with a 'spawn ENAMETOOLONG' error.

To Reproduce When right-clicking on the 'classes' folder, or selecting all class files and right-clicking, I choose 'SFDX: Scan selected files of folders with Code Analyzer'. However, this generates an error 'Analysis failed: spawn ENAMETOOLONG'.

Expected behavior For the scan to complete successfully and print any violations identified.

Screenshots image

Desktop (please complete the following information):

"Workaround": No workaround to do this in VS Code.

"Urgency": Not business-stopping, but renders the functionality almost pointless as I don't want to do this on a class by class basis.

jfeingold35 commented 1 year ago

@marcopinder , thanks for bringing this to our attention. We'll add it to our backlog.

git2gus[bot] commented 1 year ago

This issue has been linked to a new work item: W-14195123

naveenkn456 commented 10 months ago

Is this issue fixed? Today I tried the extension in the VS code and faced the same error.