Open
Description
Enforce a maximum number of lines of code in a unit
Some people consider large functions a code smell. Large fn
or filter
in sample
can make it hard to follow what’s going on. This rule should help enforce that style.
It should have separate configurations for all major units (sample, guard, effect) with appropriate default values per each