Hi, Regarding McCabe Complexity, I see there is a ...
# detekt
d
Hi, Regarding McCabe Complexity, I see there is a default rule of not allowing a method/function with a greater complexity than 10. If I run detekt against my project, I get a 68 back. I'm wondering where this is on the scale?