A function is made up of more than a configurable number of lines.
The larger a function becomes the more complex it becomes, it also indicates that it may have too many different responsibilities.
Refactor to extract out code into smaller composable functions.
{
"maxLinesInFunction": {
"enabled": false,
"config": {
"maxLines": 100
}
}
}