update .analysis_options (#6984)

This commit is contained in:
Devon Carew 2016-11-22 09:31:55 -08:00 committed by GitHub
parent 37daf034db
commit 5274ffa537
3 changed files with 0 additions and 3 deletions

View file

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

View file

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

View file

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