[Wildcard Variables] support for no_leading_underscores_for_local_identifiers
#59491
Labels
area-devexp
For issues related to the analysis server, IDE support, linter, `dart fix`, and diagnostic messages.
devexp-linter
Issues with the analyzer's support for the linter package
linter-false-negative
linter-new-language-feature
linter-set-recommended
P2
A bug or feature request we're likely to work on
type-enhancement
A request for a change that isn't a bug
Uh oh!
There was an error while loading. Please reload this page.
The current implementation special-cases all underscore variations:
With the wild card variables feature we might start reporting on
__
,___
, etc.Note that making this change may result in newly reported diagnostics. The impact could have some reach since this is a recommended lint.
/fyi @kallentu @bwilkerson
The text was updated successfully, but these errors were encountered: