[mob][lint] error on unrelated_type_equality_checks rule voilation

This commit is contained in:
Neeraj Gupta 2024-04-15 15:04:10 +05:30
parent 223a4ffcfd
commit ab1ac9cf11

View file

@ -22,6 +22,7 @@ linter:
- use_key_in_widget_constructors
- cancel_subscriptions
- avoid_empty_else
- exhaustive_cases
@ -59,6 +60,7 @@ analyzer:
prefer_final_locals: warning
unnecessary_const: error
cancel_subscriptions: error
unrelated_type_equality_checks: error
unawaited_futures: warning # convert to warning after fixing existing issues