-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Open
Labels
P2A bug or feature request we're likely to work onA bug or feature request we're likely to work onarea-devexpFor issues related to the analysis server, IDE support, linter, `dart fix`, and diagnostic messages.For issues related to the analysis server, IDE support, linter, `dart fix`, and diagnostic messages.devexp-warningIssues with the analyzer's Warning codesIssues with the analyzer's Warning codesfeature-wildcard-variablesImplementation of the wildcard variables featureImplementation of the wildcard variables featuretype-enhancementA request for a change that isn't a bugA request for a change that isn't a bug
Description
As per the discussion in #59470, we want to start reporting UNUSED_LOCAL_VARIABLE
for non wildcard underscore cases (e.g., __
, ___
, etc).
UPDATE: non-wildcard underscores will produce diagnostics but whether we want to start reporting on other identifiers (e.g., e
or exception
) is still an open question. (See proposal below.)
Metadata
Metadata
Assignees
Labels
P2A bug or feature request we're likely to work onA bug or feature request we're likely to work onarea-devexpFor issues related to the analysis server, IDE support, linter, `dart fix`, and diagnostic messages.For issues related to the analysis server, IDE support, linter, `dart fix`, and diagnostic messages.devexp-warningIssues with the analyzer's Warning codesIssues with the analyzer's Warning codesfeature-wildcard-variablesImplementation of the wildcard variables featureImplementation of the wildcard variables featuretype-enhancementA request for a change that isn't a bugA request for a change that isn't a bug