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
8 stars 1 forks source link

[Feature Request] Allow configuring --severity-threshold #49

Open nwcm opened 6 months ago

nwcm commented 6 months ago

Is your feature request related to a problem? Please describe. Currently all level of sevs returned are warnings. This should be configurable so errors can be shown

Describe the solution you'd like Option which takes severity levels

Describe alternatives you've considered Using PMD directly

Additional context

"Workaround": Can you do something similar with existing capabilities? Use CLI directly

"Urgency": How badly do you need this feature? "Highly beneficial"