chore(analysis): enable unreachable_from_main lint

This commit is contained in:
zarzet
2026-07-26 23:19:36 +07:00
parent 5412037ac8
commit 4ab6388e18
+3
View File
@@ -43,6 +43,9 @@ linter:
type_annotate_public_apis: true
cancel_subscriptions: true
close_sinks: true
# Catches dead cross-layer chains (Dart wrapper kept alive only by its own
# declaration) before they accumulate into another dedup campaign.
unreachable_from_main: true
# Additional information about this file can be found at
# https://dart.dev/guides/language/analysis-options