#
max-line-length
#
Description
Line length must be no more than maxlen.
#
Options
#
Example Config
{
"id": "max-line-length",
"severity": "WARNING",
"data": 80
}
#
Examples
#
Good
This rule does not have good examples.
#
Bad
This rule does not have bad examples.