Commit 5274ffa5 authored by Devon Carew's avatar Devon Carew Committed by GitHub

update .analysis_options (#6984)

parent 37daf034
......@@ -21,7 +21,6 @@ analyzer:
# allow overriding fields (if they use super, ideally...)
strong_mode_invalid_field_override: ignore
# allow type narrowing
strong_mode_static_type_error: ignore
strong_mode_down_cast_composite: ignore
# allow having TODOs in the code
todo: ignore
......
......@@ -22,7 +22,6 @@ analyzer:
# allow overriding fields (if they use super, ideally...)
strong_mode_invalid_field_override: ignore
# allow type narrowing
strong_mode_static_type_error: ignore
strong_mode_down_cast_composite: ignore
# allow having TODOs in the code
todo: ignore
......
......@@ -23,7 +23,6 @@ analyzer:
# allow overriding fields (if they use super, ideally...)
strong_mode_invalid_field_override: ignore
# allow type narrowing
strong_mode_static_type_error: ignore
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