KT.LONG_METHOD
Long method
Methods should have one responsibility. Long methods can indicate that a method handles too many cases at once. Prefer smaller methods with clear names that describe their functionality clearly.
Options
-
threshold
(default:60
)number of lines in a method to trigger the rule