Remove unreachable_from_main linter rule (#120110)

* Remove unreachable_from_main linter rule

* Comment out

* Update analysis_options.yaml

---------

Co-authored-by: Michael Goderbauer <goderbauer@google.com>
This commit is contained in:
Sam Rawlins
2023-02-06 17:52:30 -08:00
committed by GitHub
parent e627e8d841
commit e62abfae62

View File

@@ -222,7 +222,7 @@ linter:
- unnecessary_string_interpolations
- unnecessary_this
- unnecessary_to_list_in_spreads
- unreachable_from_main
# - unreachable_from_main # Do not enable this rule until it is un-marked as "experimental" and carefully re-evaulated.
- unrelated_type_equality_checks
- unsafe_html
- use_build_context_synchronously