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

FIX(Extension): @W-15253475@: Fix the errors displayed when there are no violations #59

Closed jag-j closed 7 months ago

jag-j commented 7 months ago

This was a regression with removing the CLI dependency and "violations is not iterable" error showed in the output panel. This fix takes care of this.