A member is made up of more than a configurable number of lines.
The larger a member becomes the more complex it becomes, it also indicates that it may have too many different responsibilities.
Extract code out into private methods or functions.
{
"maxLinesInMember": {
"enabled": false,
"config": {
"maxLines": 100
}
}
}