Fixes: #8783
This commit is contained in:
parent
ef43d00045
commit
3af9ce884d
@ -30,8 +30,6 @@ analyzer:
|
|||||||
missing_return: warning
|
missing_return: warning
|
||||||
# allow overriding fields (if they use super, ideally...)
|
# allow overriding fields (if they use super, ideally...)
|
||||||
strong_mode_invalid_field_override: ignore
|
strong_mode_invalid_field_override: ignore
|
||||||
# allow type narrowing
|
|
||||||
strong_mode_down_cast_composite: ignore
|
|
||||||
# allow having TODOs in the code
|
# allow having TODOs in the code
|
||||||
todo: ignore
|
todo: ignore
|
||||||
exclude:
|
exclude:
|
||||||
|
@ -31,8 +31,6 @@ analyzer:
|
|||||||
missing_return: warning
|
missing_return: warning
|
||||||
# allow overriding fields (if they use super, ideally...)
|
# allow overriding fields (if they use super, ideally...)
|
||||||
strong_mode_invalid_field_override: ignore
|
strong_mode_invalid_field_override: ignore
|
||||||
# allow type narrowing
|
|
||||||
strong_mode_down_cast_composite: ignore
|
|
||||||
# allow having TODOs in the code
|
# allow having TODOs in the code
|
||||||
todo: ignore
|
todo: ignore
|
||||||
# `flutter analyze` (without `--watch`) just ignores directories
|
# `flutter analyze` (without `--watch`) just ignores directories
|
||||||
|
@ -31,8 +31,6 @@ analyzer:
|
|||||||
missing_return: warning
|
missing_return: warning
|
||||||
# allow overriding fields (if they use super, ideally...)
|
# allow overriding fields (if they use super, ideally...)
|
||||||
strong_mode_invalid_field_override: ignore
|
strong_mode_invalid_field_override: ignore
|
||||||
# allow type narrowing
|
|
||||||
strong_mode_down_cast_composite: ignore
|
|
||||||
# allow having TODOs in the code
|
# allow having TODOs in the code
|
||||||
todo: ignore
|
todo: ignore
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user