Pattern: Line is too long
Issue: -
Enforces maximum length of a single line of code.
Rule provides the following settings:
lineLengthLimit
: actual limit of the line lengthignoreComments
: whether to ignore line length of commentsignoreImports
: whether to ignore line length of import (use) statements