pubspec: detect two identical keys #57187
Labels
analyzer-linter
Issues with the analyzer's support for the linter package
area-analyzer
Use area-analyzer for Dart analyzer issues, including the analysis server and code completion.
linter-lint-request
P3
A lower priority bug or feature request
type-enhancement
A request for a change that isn't a bug
I think pubspec-related linting is going to be handled by
linter
. If so, it could detect cases like this:However, I'm not sure how
linter
is intended to run (on demand, constantly in the background...). In this particular case, it would be useful if the user got instant feedback, as the analysis server provides for .dart files.The text was updated successfully, but these errors were encountered: