Skip to content
This repository was archived by the owner on Feb 22, 2023. It is now read-only.

Commit e62abfa

Browse files
srawlinsgoderbauer
andauthored
Remove unreachable_from_main linter rule (#120110)
* Remove unreachable_from_main linter rule * Comment out * Update analysis_options.yaml --------- Co-authored-by: Michael Goderbauer <[email protected]>
1 parent e627e8d commit e62abfa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

analysis_options.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ linter:
222222
- unnecessary_string_interpolations
223223
- unnecessary_this
224224
- unnecessary_to_list_in_spreads
225-
- unreachable_from_main
225+
# - unreachable_from_main # Do not enable this rule until it is un-marked as "experimental" and carefully re-evaulated.
226226
- unrelated_type_equality_checks
227227
- unsafe_html
228228
- use_build_context_synchronously

0 commit comments

Comments
 (0)