R29 – The function or procedure is longer than the threshold (WMB)

The function or procedure is longer than the threshold (WMB)

Long functions and procedures can be more difficult to understand. This could also indicate that a procedure is doing to much. See “Single Responsibility Principle“.

This can be configured on a per project basis using the following property:

sonar.mb.esql.functionsize 66

Defaults to 50 lines.