Skip to content

Commit d2b88fc

Browse files
Bump dart_flutter_team_lints from 2.1.1 to 3.1.0 (#1487)
* Bump dart_flutter_team_lints from 2.1.1 to 3.1.0 Bumps [dart_flutter_team_lints](https://github.com/dart-lang/ecosystem/tree/main/pkgs) from 2.1.1 to 3.1.0. - [Release notes](https://github.com/dart-lang/ecosystem/releases) - [Commits](https://github.com/dart-lang/ecosystem/commits/dart_flutter_team_lints-v3.1.0/pkgs) --- updated-dependencies: - dependency-name: dart_flutter_team_lints dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> * Remove unneeded library names. --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Robert Nystrom <[email protected]>
1 parent f8c285f commit d2b88fc

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ dependencies:
1717
source_span: ^1.4.0
1818

1919
dev_dependencies:
20-
dart_flutter_team_lints: ^2.0.0
20+
dart_flutter_team_lints: ^3.1.0
2121
grinder: ^0.9.0-nullsafety.0
2222
test: ^1.24.6
2323
test_descriptor: ^2.0.0

test/fix_test.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// BSD-style license that can be found in the LICENSE file.
44

55
@TestOn('vm')
6-
library dart_style.test.fix_test;
6+
library;
77

88
import 'package:dart_style/dart_style.dart';
99
import 'package:test/test.dart';

test/short_format_test.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// BSD-style license that can be found in the LICENSE file.
44

55
@TestOn('vm')
6-
library dart_style.test.formatter_test;
6+
library;
77

88
import 'package:dart_style/dart_style.dart';
99
import 'package:test/test.dart';

test/string_compare_test.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// BSD-style license that can be found in the LICENSE file.
44

55
@TestOn('vm')
6-
library dart_style.test.string_compare_test;
6+
library;
77

88
import 'package:dart_style/src/string_compare.dart';
99
import 'package:test/test.dart';

test/tall_format_test.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// BSD-style license that can be found in the LICENSE file.
44

55
@TestOn('vm')
6-
library dart_style.test.tall_format_test;
6+
library;
77

88
import 'package:dart_style/dart_style.dart';
99
import 'package:test/test.dart';

0 commit comments

Comments
 (0)