• Michael Goderbauer's avatar
    Enable no_wildcard_variable_uses lint (#129858) · aa5f4a28
    Michael Goderbauer authored
    Wildcard parameters and local variables (e.g. underscore-only names like _, __, ___, etc.) will become non-binding in a future version of the Dart language. Any existing code that uses wildcard parameters or variables will break. In anticipation of this change, and to make adoption easier, this lint disallows wildcard and variable parameter uses.
    
    We had no violations of this in the framework. Let's keep it that way!
    aa5f4a28
analysis_options.yaml 11.2 KB