-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
False positive DMLStatementInLoop #86
Comments
@jdayment what solution are you using? |
@RubenHalman I am using the Lightning Flow Scanner VSCODE Extension |
oops didn't want to close the issue, just to reference it from a commit on another repo ^^ |
@nvuillam and @jdayment I believe this issue was present in both sfdx and vsce, but should be resolved with our latest version thanks to input from @patrykacc Please let me know if this issue remains |
@RubenHalman Looks like it's fixed on my end thanks @patrykacc! |
Thank you, @jdayment, @nvuillam & @patrykacc for providing the necessary feedback and help! I will close this issue, but please feel free to let us know if anything! |
I started a new project and downloaded the flows into a new folder when running the scan I get a false positive for DML Inside Loop on any flow that includes a loop and assignment it seems that scan resulted in 501 of the 640 flows in the org having a DML Inside Loop. Other results are accurate i.e. SOQL in Loop. On Windows 11 in VSCODE
The text was updated successfully, but these errors were encountered: