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
34 stars 2 forks source link

SFDX project & flow format support #13

Closed RubenHalman closed 4 years ago

RubenHalman commented 4 years ago

Is your feature request related to a problem? Please describe. Currently Flow Control only accepts .flow-meta.xml files. As far as I am aware there is no big difference with .Flow files.

Describe the solution you'd like Flow control should also accept .flow files and maybe also xml. Perhaps a check should be performed if the xml is a flow preventing any unexpected behaviour.