Commit 3af9ce88 authored by Phil Quitslund's avatar Phil Quitslund Committed by GitHub

Stop ignoring `strong_mode_down_cast_composite`s (#8783) (#8853)

Fixes: #8783
parent ef43d000
......@@ -30,8 +30,6 @@ analyzer:
missing_return: warning
# allow overriding fields (if they use super, ideally...)
strong_mode_invalid_field_override: ignore
# allow type narrowing
strong_mode_down_cast_composite: ignore
# allow having TODOs in the code
todo: ignore
exclude:
......
......@@ -31,8 +31,6 @@ analyzer:
missing_return: warning
# allow overriding fields (if they use super, ideally...)
strong_mode_invalid_field_override: ignore
# allow type narrowing
strong_mode_down_cast_composite: ignore
# allow having TODOs in the code
todo: ignore
# `flutter analyze` (without `--watch`) just ignores directories
......
......@@ -31,8 +31,6 @@ analyzer:
missing_return: warning
# allow overriding fields (if they use super, ideally...)
strong_mode_invalid_field_override: ignore
# allow type narrowing
strong_mode_down_cast_composite: ignore
# allow having TODOs in the code
todo: ignore
......
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