☂️ linter support for patterns #58837
Labels
area-meta
Cross-cutting, high-level issues (for tracking many other implementation issues, ...).
devexp-linter
Issues with the analyzer's support for the linter package
legacy-area-analyzer
Use area-devexp instead.
linter-new-language-feature
P1
A high priority bug; for example, a single project is unusable or has many test failures
Milestone
A meta-issue to discuss and track work on linter support for patterns.
Updates:
unnecessary_parenthesis
to support parenthesized patterns #59037non_constant_identifier_names
for destructured variable declarations #58858pattern-for
statementsno_duplicate_case_values
is a no-op in Dart 3.0+ #58863unnecessary_parenthesis
false positive withrecords
#59035unnecessary_const
to not flagconst
s in case expressions (required for patterns migration) #59029constant_identifier_names
for destructured final variable declarations #58859dart2js: please validate positions #3675Additions:
invalid_case_patterns
#59027use_logical_or
#58861use_switch_expressions
#58862The text was updated successfully, but these errors were encountered: