Fixes: #8783
This commit is contained in:
parent
ef43d00045
commit
3af9ce884d
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user