enable prefer_null_aware_operators (#77105)
This commit is contained in:
committed by
GitHub
parent
8818840aa6
commit
6586a069bc
@@ -175,7 +175,7 @@ linter:
|
||||
- prefer_is_not_operator
|
||||
- prefer_iterable_whereType
|
||||
# - prefer_mixin # https://github.com/dart-lang/language/issues/32
|
||||
# - prefer_null_aware_operators # disable until NNBD, see https://github.com/flutter/flutter/pull/32711#issuecomment-492930932
|
||||
- prefer_null_aware_operators
|
||||
# - prefer_relative_imports # not yet tested
|
||||
- prefer_single_quotes
|
||||
- prefer_spread_collections
|
||||
|
||||
Reference in New Issue
Block a user