Skip to content

Linter: Allow Recursion

Simon Spannagel requested to merge allow_recursion into master

Generally it might make sense to limit recursive function calls, but in a simulation where we have a recursive process they are well-motivated.

This is a precursor to !964 (merged)

Merge request reports