Remove deprecated analysis option

This commit is contained in:
Vishesh Handa
2019-03-06 00:01:52 +01:00
parent b32724021a
commit 8e924a30ef

View File

@ -101,7 +101,6 @@ linter:
- slash_for_doc_comments
# - sort_constructors_first
# - sort_unnamed_constructors_first
- super_goes_last
# - type_annotate_public_apis # subset of always_specify_types
- type_init_formals
# - unawaited_futures # https://github.com/flutter/flutter/issues/5793