David Schach
David Schach
### Discussed in https://github.com/SalesforceLabs/ActionPlansV4/discussions/109 Originally posted by **tatertotsey** March 23, 2023 Hi, I am trying to create an Action Plan depending on pre-created Action Plan Template via flow. If an...
There are some situations (Salesforce metadata) where the metadata should not self-close: This is the desired XML: ```xml ``` but the plugin auto-closes it to ```xml ``` I realize that...
**Proposed Rule Name:** AvoidConsoleStatements **Proposed Category:** Performance or Security **Description:** Use of console.log or console.error can expose sensitive data and is a performance hit. We have a rule for this...
* Remove jq from upgrade script and use grep * Update PMD to 7.4.0 * add .DS_Store to gitignore * run npm audit fix to fix vulnerable dependency * `npm...
**Is your feature request related to a problem? Please describe.** The html renderer does not include the Priority column. The csv renderer does. **Describe the solution you'd like** Include the...
### Summary Error shown when viewing scratch org definition file or sfdx-project.json in VSCode. (Note: I cannot find the `/Users/myuser/.vscode/extensions/salesforce.salesforcedx-vscode-core-61.12.0/node_modules/@salesforce` folder on my MacOs computer. I found node_modules, but not...
### Summary We have a package with dependencies on other packages. We want to create a new `PackageVersion`. One of the dependencies has a custom permission (to disable triggers) that...
**Is your feature request related to a problem? Please describe.** The current PMD bundle included with this extension only has apex, visualforce, javascript. But Salesforce projects can also have HTML...
Currently, the action returns ALL results. The action fails for ANY rule violations. Some setups may want to return only P1 and P2, to allow only high-priority violations to fail...
**Proposed Rule Name:** WarningSuppression **Proposed Category:** Best Practices **Description:** Should be available to all languages. Flag _ANY_ use of `@SuppressWarnings` or `//NOPMD`. Defaults to Sev5. While this is a nuclear...