Pattern: Use of trailing comma in closure use
Issue: -
Disallows trailing commas in multi-line use
of closure declaration.
This rule provides the following setting:
onlySingleLine
: to enable checks only for single-lineuse
declarations.
Pattern: Use of trailing comma in closure use
Issue: -
Disallows trailing commas in multi-line use
of closure declaration.
This rule provides the following setting:
onlySingleLine
: to enable checks only for single-line use
declarations.