Skip to content
This repository was archived by the owner on Oct 7, 2025. It is now read-only.

Commit 918d654

Browse files
committed
update core & readme
1 parent 78a4e07 commit 918d654

File tree

3 files changed

+8
-20
lines changed

3 files changed

+8
-20
lines changed

README.md

Lines changed: 3 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,23 @@
11
[![Lightning Flow Scanner Banner](media/bannerslim.png)](https://github.com/Lightning-Flow-Scanner)
22
__*Analyze Salesforce Flows for optimization and ensure adherence to Industry Best Practices.*__
33

4-
[![Flow Overview](media/overview.jpg)](https://github.com/Lightning-Flow-Scanner/lightning-flow-scanner-vsce)
4+
[![Flow Overview](media/overview.jpg)](https://github.com/Lightning-Flow-Scanner)
55

66
**Also available as [Salesforce CLI Plugin](https://github.com/Lightning-Flow-Scanner/lightning-flow-scanner-sfdx)*
77

8-
## Using the commands
8+
## Features/Commands
99

10-
Open the **Command Palette** and type `Flow` to see the list of all available commands.
11-
12-
### Scan Flows
10+
Use our side bar or the **Command Palette** and type `Flow` to see the list of all available commands.
1311

1412
Use the `Scan Flows` command by choosing either a directory or a selection of flows to run the analysis on.
15-
16-
1713
*More information on the default rules can be found in the [core documentation](https://github.com/Lightning-Flow-Scanner/lightning-flow-scanner-core).*
1814

19-
### Configure Scanner
20-
2115
Use the `Configurate Flow Rules` command to configure the rules executed during scanning.
2216

23-
### Fix Flows
24-
2517
Use the `Fix Flows` command to apply available fixes automatically.
2618

27-
### View Default Flow Rules
28-
2919
The `Default Flow Rules` command can be used to view more details on the rules that are applied to Flows in the scans.
3020

31-
### Calculate Flow Test Coverage
32-
3321
The `Calculate Flow Coverage` command calculates Flow Test coverage percentages by running the apex tests in your default connectedOrg.
3422

3523
## Settings

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@
140140
},
141141
"dependencies": {
142142
"convert-array-to-csv": "^2.0.0",
143-
"lightning-flow-scanner-core": "3.9.0",
143+
"lightning-flow-scanner-core": "3.10",
144144
"mz": "^2.7.0",
145145
"rollup-plugin-css-only": "^4.5.2",
146146
"rollup-plugin-node-builtins": "^2.1.2",

0 commit comments

Comments
 (0)