Unverified Commit e6935efd authored by Alexandre Ardhuin's avatar Alexandre Ardhuin Committed by GitHub

remove avoid_as lint for the upcoming implicit-casts: false (#45527)

parent 81724bd6
......@@ -51,7 +51,7 @@ linter:
- always_specify_types
- annotate_overrides
# - avoid_annotating_with_dynamic # conflicts with always_specify_types
- avoid_as
# - avoid_as # required for implicit-casts: true
- avoid_bool_literals_in_conditional_expressions
# - avoid_catches_without_on_clauses # we do this commonly
# - avoid_catching_errors # we do this commonly
......
......@@ -7,7 +7,3 @@ analyzer:
strong-mode:
implicit-casts: false
implicit-dynamic: false
linter:
rules:
avoid_as: false # Disabled so we can gradually migrate to no implicit dynamic.
......@@ -7,7 +7,3 @@ analyzer:
strong-mode:
implicit-casts: false
implicit-dynamic: false
linter:
rules:
avoid_as: false # Disabled so we can gradually migrate to no implicit dynamic.
......@@ -4,7 +4,3 @@ analyzer:
strong-mode:
implicit-casts: false
implicit-dynamic: false
linter:
rules:
avoid_as: false # Disabled so we can gradually migrate to no implicit dynamic.
......@@ -11,5 +11,4 @@ analyzer:
linter:
rules:
unawaited_futures: true
avoid_as: false # Disabled so we can gradually migrate to no implicit dynamic.
curly_braces_in_flow_control_structures: true
......@@ -6,7 +6,3 @@ analyzer:
strong-mode:
implicit-casts: false
implicit-dynamic: false
linter:
rules:
avoid_as: false
......@@ -6,7 +6,3 @@ analyzer:
strong-mode:
implicit-casts: false
implicit-dynamic: false
linter:
rules:
avoid_as: false
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