Line Length

Checks for long lines. Long lines are hard to read.


Configuration

{
    "type": "LineLength",
    "props": {
        "severity": "ERROR",
        "max": 160
    }
}