Enable avoid_type_to_string lint (#77013)

This commit is contained in:
Michael Goderbauer
2021-03-01 15:50:04 -08:00
committed by GitHub
parent 3969e5b47b
commit 3594d1aa47

View File

@@ -87,7 +87,7 @@ linter:
- avoid_shadowing_type_parameters
- avoid_single_cascade_in_expression_statements
- avoid_slow_async_io
# - avoid_type_to_string # we do this commonly
- avoid_type_to_string
- avoid_types_as_parameter_names
# - avoid_types_on_closure_parameters # conflicts with always_specify_types
# - avoid_unnecessary_containers # not yet tested