[wasm_builder] enable and fix some new lints

dart_flutter_team_lints is more thorough and used in most ecosystem packages
I ignored some of the ones with the most violations

Change-Id: I825203b1a60ed44d6190aaa59bfce2a18af8bc82
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/473540
Reviewed-by: Martin Kustermann <kustermann@google.com>
Commit-Queue: Martin Kustermann <kustermann@google.com>
This commit is contained in:
Kevin Moore
2026-01-16 04:56:01 -08:00
committed by Commit Queue
parent 7022754207
commit a820015bb5
19 changed files with 75 additions and 68 deletions
+1 -1
View File
@@ -2,8 +2,8 @@
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
import '../serialize/serialize.dart';
import '../serialize/printer.dart';
import '../serialize/serialize.dart';
import 'ir.dart';
/// A local variable defined in a function.