Pattern: Inconsistent enum case spacing
Issue: -
Checks that there is a certain number of blank lines between enum cases.
Rule provides the following settings:
minLinesCountBeforeWithComment
: minimum number of lines before enum case with a documentation comment or attributemaxLinesCountBeforeWithComment
: maximum number of lines before enum case with a documentation comment or attributeminLinesCountBeforeWithoutComment
: minimum number of lines before enum case without a documentation comment or attributemaxLinesCountBeforeWithoutComment
: maximum number of lines before enum case without a documentation comment or attribute