mirror of
https://github.com/flutter/flutter.git
synced 2025-06-03 00:51:18 +00:00
Disable prefer_collection_literals in the analyzer until we can update to using set literals (#28024)
This commit is contained in:
parent
19f79ac8da
commit
b6996ef326
@ -120,7 +120,7 @@ linter:
|
||||
# - parameter_assignments # we do this commonly
|
||||
- prefer_adjacent_string_concatenation
|
||||
- prefer_asserts_in_initializer_lists
|
||||
- prefer_collection_literals
|
||||
# - prefer_collection_literals # temporary until all platforms support set literals
|
||||
- prefer_conditional_assignment
|
||||
- prefer_const_constructors
|
||||
- prefer_const_constructors_in_immutables
|
||||
|
Loading…
Reference in New Issue
Block a user