File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ dependencies:
17
17
source_span : ^1.4.0
18
18
19
19
dev_dependencies :
20
- dart_flutter_team_lints : ^2.0 .0
20
+ dart_flutter_team_lints : ^3.1 .0
21
21
grinder : ^0.9.0-nullsafety.0
22
22
test : ^1.24.6
23
23
test_descriptor : ^2.0.0
Original file line number Diff line number Diff line change 3
3
// BSD-style license that can be found in the LICENSE file.
4
4
5
5
@TestOn ('vm' )
6
- library dart_style.test.fix_test ;
6
+ library ;
7
7
8
8
import 'package:dart_style/dart_style.dart' ;
9
9
import 'package:test/test.dart' ;
Original file line number Diff line number Diff line change 3
3
// BSD-style license that can be found in the LICENSE file.
4
4
5
5
@TestOn ('vm' )
6
- library dart_style.test.formatter_test ;
6
+ library ;
7
7
8
8
import 'package:dart_style/dart_style.dart' ;
9
9
import 'package:test/test.dart' ;
Original file line number Diff line number Diff line change 3
3
// BSD-style license that can be found in the LICENSE file.
4
4
5
5
@TestOn ('vm' )
6
- library dart_style.test.string_compare_test ;
6
+ library ;
7
7
8
8
import 'package:dart_style/src/string_compare.dart' ;
9
9
import 'package:test/test.dart' ;
Original file line number Diff line number Diff line change 3
3
// BSD-style license that can be found in the LICENSE file.
4
4
5
5
@TestOn ('vm' )
6
- library dart_style.test.tall_format_test ;
6
+ library ;
7
7
8
8
import 'package:dart_style/dart_style.dart' ;
9
9
import 'package:test/test.dart' ;
You can’t perform that action at this time.
0 commit comments