No successful run was found on main (96f3e77) during the generation of this report, so 5c55347 was used instead as the comparison base. There might be some changes unrelated to this pull request in this report.
fix(noParametersOnlyUsedInRecursion): compare bindings for recursion detection
Compare function bindings in addition to names for recursion detection.
This prevents false positives when a method has the same
name as an outer function but calls the outer function (not itself).
fde87f3
23 hours ago
by matanshavit
+0.05%
fix(noParametersOnlyUsedInRecursion): detect recursion in assignment expressions