Commit b6996ef3 authored by Jason Simmons's avatar Jason Simmons Committed by liyuqian

Disable prefer_collection_literals in the analyzer until we can update to...

Disable prefer_collection_literals in the analyzer until we can update to using set literals (#28024)
parent 19f79ac8
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment