Skip to content

Commit 7452b7e

Browse files
rakudramaCommit Queue
authored andcommitted
[benchmarks] Suppress some lints
Change-Id: I7be54b9f8fa2d3534663b6033e74f5f262ad08f9 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/449682 Reviewed-by: Mayank Patke <[email protected]> Commit-Queue: Stephen Adams <[email protected]>
1 parent b44ff92 commit 7452b7e

File tree

3 files changed

+5
-0
lines changed

3 files changed

+5
-0
lines changed

benchmarks/BigIntParsePrint/dart/native_version_javascript.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
@JS()
66
library native_version_javascript;
77

8+
// ignore: deprecated_member_use
89
import 'package:js/js.dart';
910
import 'native_version.dart';
1011

benchmarks/InvarianceQueue/dart/InvarianceQueue.dart

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@
3636
// mixins because some implementations expand mixins, which could result in the
3737
// expanded code having non-parametric types, e.g. `Queue<int>`.
3838

39+
// ignore_for_file: prefer_final_locals
40+
3941
import 'dart:typed_data';
4042
import 'package:benchmark_harness/benchmark_harness.dart';
4143

benchmarks/UiMatrix/dart/UiMatrixHarness.dart

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44

55
/// Various math benchmarks from https://github.com/yjbanov/uimatrix
66
7+
// ignore_for_file: deprecated_member_use
8+
79
import 'dart:math' as math;
810

911
import 'package:benchmark_harness/benchmark_harness.dart';

0 commit comments

Comments
 (0)