pubspec: detect two identical keys #57187
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-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: