Pattern: Malformed use
spacing
Issue: -
Enforces configurable number of lines before first use
, after last use
and between two use
statements.
Rule provides the following settings:
linesCountBeforeFirstUse
: allows to configure the number of lines before firstuse
.linesCountBeforeFirstUseWhenFirstInClass
: allows to configure the number of lines before firstuse
when theuse
is the first statement in the class.linesCountBetweenUses
: allows to configure the number of lines between twouse
statements.linesCountAfterLastUse
: allows to configure the number of lines after lastuse
.linesCountAfterLastUseWhenLastInClass
: allows to configure the number of lines after lastuse
when theuse
is the last statement in the class.