lightning-flow-scanner-core
lightning-flow-scanner-core copied to clipboard
False positive DMLStatementInLoop
https://github.com/Lightning-Flow-Scanner/lightning-flow-scanner-core/blob/e9f6a16eb47d2240701245b8d985dc5f5cf247ef/src/main/rules/DMLStatementInLoop.ts#L34
If in referenced line of code there will be a DML statement, then scanner will raise an false positive DMLStatementInLoop issue. So basicly noMoreValuesConnector
are seen as inside loop, which is no correct as of my knowledge.a