package:linter
nnbd migration plan
#58322
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, ...).
type-code-health
Internal changes to our tools and workflows to make them cleaner, simpler, or more maintainable
The
package:linter
migration plan:lib
(e.g., remove unnecessary null operators) (@pq) (see: nnbd migration linter#2452 (review))tool
(gated somewhat bydev_dependencies
such asgithub
) (@pq)unsound
flags (soundness fixes linter#2467)Related issues:
SpinlockLabs/github.dart#236
In conversation, @bwilkerson and I agreed (again) how nice it would be to have some lints to disallow
?
s and!
s as this would help in tidying. (I think @scheglov is wanting something similar.)The text was updated successfully, but these errors were encountered: