Commit cbb49179 authored by Kasper Lund's avatar Kasper Lund Committed by GitHub

Remove unnecessary ignoring of (removed) strong mode warning (#9463)

parent 311d3535
...@@ -29,8 +29,6 @@ analyzer: ...@@ -29,8 +29,6 @@ analyzer:
missing_required_param: warning missing_required_param: warning
# treat missing returns as a warning (not a hint) # treat missing returns as a warning (not a hint)
missing_return: warning missing_return: warning
# allow overriding fields (if they use super, ideally...)
strong_mode_invalid_field_override: ignore
# allow having TODOs in the code # allow having TODOs in the code
todo: ignore todo: ignore
exclude: exclude:
......
...@@ -30,8 +30,6 @@ analyzer: ...@@ -30,8 +30,6 @@ analyzer:
missing_required_param: warning missing_required_param: warning
# treat missing returns as a warning (not a hint) # treat missing returns as a warning (not a hint)
missing_return: warning missing_return: warning
# allow overriding fields (if they use super, ideally...)
strong_mode_invalid_field_override: 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
......
...@@ -29,8 +29,6 @@ analyzer: ...@@ -29,8 +29,6 @@ analyzer:
missing_required_param: warning missing_required_param: warning
# treat missing returns as a warning (not a hint) # treat missing returns as a warning (not a hint)
missing_return: warning missing_return: warning
# allow overriding fields (if they use super, ideally...)
strong_mode_invalid_field_override: ignore
# allow having TODOs in the code # allow having TODOs in the code
todo: ignore 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