Stop ignoring strong_mode_down_cast_composites (#8783) (#8853)

Fixes: #8783
This commit is contained in:
Phil Quitslund 2017-03-17 09:49:43 -07:00 committed by GitHub
parent ef43d00045
commit 3af9ce884d
3 changed files with 0 additions and 6 deletions

View File

@ -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:

View File

@ -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

View File

@ -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