function_lines_of_code
An approximate metric of meaningful lines of source code inside a function, excluding blank lines and comments.
Example config:
plugins:
solid_lints:
diagnostics:
function_lines_of_code:
max_lines: 100
exclude:
- build
Parameters
max_lines (int)
Maximum allowed number of lines of code (LoC) per function, exceeding this limit triggers a warning.
exclude (String | Map | List<String | Map>)
A list of methods that should be excluded from the lint.