Lightning-Flow-Scanner / lightning-flow-scanner-vsce

A VSCode Extension designed to pinpoint deviations from Industry Best Practices in Salesforce Flows, ensuring standards of business automation excellence.
https://marketplace.visualstudio.com/items?itemName=ForceConfigControl.lightningflowscanner
GNU Affero General Public License v3.0
29 stars 1 forks source link
salesforce-flows vscode-extension

Lightning Flow Scanner Banner Pinpoint deviations from Industry Best Practices in Salesforce Flows and ensure standards of business automation excellence.

Flow Overview

*Also available as Salesforce CLI Plugin

Features/Commands

Use our side bar or the Command Palette and type Flow to see the list of all available commands.

Use the Scan Flows command by choosing either a directory or a selection of flows to run the analysis on. More information on the default rules can be found in the core documentation.

Use the Configurate Flow Rules command to configure the rules executed during scanning.

Use the Fix Flows command to apply available fixes automatically.

The Default Flow Rules command can be used to view more details on the rules that are applied to Flows in the scans.

The Calculate Flow Coverage command calculates Flow Test coverage percentages by running the apex tests in your default connectedOrg.

Settings

Name Description Type Default value
SpecifyFiles Specify flow file paths instead of a root directory. boolean false
NamingConvention Specify a REGEX expression to use as Flow Naming convention. string [A-Za-z0-9]+_[A-Za-z0-9]+
APIVersion Specify an expression to validate the API version, i.e. '===50'(use at least 50). string >50