Unverified Commit 3594d1aa authored by Michael Goderbauer's avatar Michael Goderbauer Committed by GitHub

Enable avoid_type_to_string lint (#77013)

parent 3969e5b4
......@@ -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
......
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