require_trailing_commas
is not triggered on switch expressions
#57138
Labels
area-analyzer
Use area-analyzer for Dart analyzer issues, including the analysis server and code completion.
linter-false-negative
P3
A lower priority bug or feature request
triage-automation
See https://github.com/dart-lang/ecosystem/tree/main/pkgs/sdk_triage_bot.
type-enhancement
A request for a change that isn't a bug
Describe the issue
require_trailing_commas
is not triggered on switch expressions.To Reproduce
Expected behavior
Triggering of
require_trailing_commas
.The text was updated successfully, but these errors were encountered: