node-red / nrlint

Node-RED Flow Linter
Apache License 2.0
36 stars 15 forks source link

Improve no-loop detection #13

Closed knolleary closed 3 years ago

knolleary commented 3 years ago

Fixes #12

This changes the algorithm used to detect loops to avoid the false-positives identified in issue #12.

A side-effect is we now get a list of all nodes involved in the loop so they can all be reported in one go.