More than a configurable number of characters were on a single line.
Too many characters on a single line make code harder to read by forcing the reader to scroll horizontally.
Break the line up into multiple lines.
{
"maxCharactersOnLine": {
"enabled": false,
"config": {
"maxCharactersOnLine": 120
}
}
}