I tried turning on literal_only_boolean_expressions in flutter but the only things it flagged were false positives, mostly while (true) loops (Dart doesn't have an "infinite loop" construct) and for loops where the middle condition is true (similar).