Skip to content

Commit 2d58436

Browse files
authored
Bump to latest lints (dart-archive/timing#42)
1 parent 176e080 commit 2d58436

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

pkgs/timing/analysis_options.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1+
# https://dart.dev/tools/analysis#the-analysis-options-file
12
include: package:dart_flutter_team_lints/analysis_options.yaml

pkgs/timing/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ dependencies:
1313

1414
dev_dependencies:
1515
build_runner: ^2.0.0
16-
dart_flutter_team_lints: ^1.0.0
16+
dart_flutter_team_lints: ^2.0.0
1717
json_serializable: ^6.0.0
1818
test: ^1.0.0

pkgs/timing/test/timing_test.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// for details. All rights reserved. Use of this source code is governed by a
33
// BSD-style license that can be found in the LICENSE file.
44

5-
// ignore_for_file: only_throw_errors
5+
// ignore_for_file: only_throw_errors, inference_failure_on_instance_creation
66

77
import 'dart:async';
88

0 commit comments

Comments
 (0)