Unverified Commit e62abfae authored by Sam Rawlins's avatar Sam Rawlins Committed by GitHub

Remove unreachable_from_main linter rule (#120110)

* Remove unreachable_from_main linter rule

* Comment out

* Update analysis_options.yaml

---------
Co-authored-by: 's avatarMichael Goderbauer <goderbauer@google.com>
parent e627e8d8
......@@ -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
......
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