☂ Improve linter test reliability and maintainability #58520
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.
area-meta
Cross-cutting, high-level issues (for tracking many other implementation issues, ...).
P3
A lower priority bug or feature request
type-enhancement
A request for a change that isn't a bug
type-test
Our current approach to rule testing leans heavily on expectations being communicated in the source via special comments (e.g.,
// LINT
). This works very well for the simple cases but has accumulated some technical debt over time.avoid_function_literals_in_foreach_calls
linter#2752 (comment)).To get this under control, I'd like to consider a few changes:
The text was updated successfully, but these errors were encountered: