More than a configurable number of lines were found in a file.
Too many lines in a file indicate it's becoming too complex.
Refactor to extract code out into another file.
{
"maxLinesInFile": {
"enabled": false,
"config": {
"maxLinesInFile": 1000
}
}
}