You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"title": "SFDX: Clear Code Analyzer violations from selected files or folders"
88
96
}
89
97
],
90
98
"configuration": {
@@ -123,6 +131,20 @@
123
131
"type": "boolean",
124
132
"default": false,
125
133
"description": "Scan files on open automatically."
134
+
},
135
+
"codeAnalyzer.scanner.engines": {
136
+
"type": "string",
137
+
"default": "pmd,retire-js,eslint-lwc",
138
+
"description": "The engines to run. Specify multiple values as a comma-separated list. Possible values are pmd, retire-js, eslint, eslint-lwc, and eslint-typescript."
139
+
},
140
+
"codeAnalyzer.normalizeSeverity.enabled": {
141
+
"type": "boolean",
142
+
"default": false,
143
+
"description": "Output normalized severity (high, moderate, low) and engine-specific severity across all engines."
144
+
},
145
+
"codeAnalyzer.rules.category": {
146
+
"type": "string",
147
+
"description": "The categories of rules to run. Specify multiple values as a comma-separated list. Run 'sf scanner rule list -e' in the terminal for the list of categories associated with a specific engine."
* Display a Toast summarizing the results of a non-DFA scan, i.e. how many files were scanned, how many had violations, and how many violations were found.
313
375
* @param targets The files that were scanned. This may be a superset of the files that actually had violations.
0 commit comments