Pattern: Malformed whitespace for single-line array
Issue: -
Checks whitespace in single line array declarations (whitespace between brackets, around commas, ...).
Rule provides the following settings:
spacesAroundBrackets
: number of spaces you require to have around array bracketsenableEmptyArrayCheck
(defaults tofalse
): enables check for empty arrays