audit lint semantics in the context of NNBD #58032
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, ...).
linter-new-language-feature
NNBD will likely have impact on a number of lint rules which will benefit from adjusted semantics and/or deprecation. This issue is a tracking issue for related conversations.
(See #58026 for tracking NNBD preparedness generally.)
General Considerations
Besides nullable types, there are a number of language enhancements that may have effects on existing lints.
also:
late
modifier (https://github.com/dart-lang/language/blob/master/accepted/future-releases/nnbd/feature-specification.md#late-fields-and-variables)Specific Lints
avoid_init_to_null
basic nnbd awareness foravoid_init_to_null
linter#1773The text was updated successfully, but these errors were encountered: