Skip to content

- discover: disable misc-no-recursion lint for print_children

Jayesh Badwaik requested to merge event into main
  • The recursion is correct, and it will automatically stop when there are no children for the object, which happens when we reach the leaf node.

Merge request reports