File tree 5 files changed +7
-2
lines changed
5 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 24
24
25
25
# https://pub.dev/packages/flutter_lints
26
26
27
- include : package:flutter_lints/flutter .yaml
27
+ include : package:lints/recommended .yaml
28
28
29
29
analyzer :
30
30
errors :
31
31
constant_identifier_names : ignore
32
+ no_wildcard_variable_uses : ignore
33
+ use_super_parameters : ignore
32
34
#
33
35
# Enforce stricter type-checking
34
36
# https://dart.dev/guides/language/analysis-options#enabling-additional-type-checks
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ dependencies:
48
48
dev_dependencies :
49
49
flutter_test :
50
50
sdk : flutter
51
- flutter_lints : ^2 .0.1
51
+ lints : ^4 .0.0
52
52
mockito : ^5.3.2
53
53
import_sorter : ^4.6.0
54
54
yaml : ^3.1.2
Original file line number Diff line number Diff line change 13
13
// limitations under the License.
14
14
15
15
@Timeout (Duration (seconds: 5 ))
16
+ library ;
16
17
17
18
import 'package:flutter_test/flutter_test.dart' ;
18
19
Original file line number Diff line number Diff line change 13
13
// limitations under the License.
14
14
15
15
@Timeout (Duration (seconds: 5 ))
16
+ library ;
16
17
17
18
import 'package:flutter_test/flutter_test.dart' ;
18
19
import 'package:protobuf/protobuf.dart' ;
Original file line number Diff line number Diff line change 13
13
// limitations under the License.
14
14
15
15
@Timeout (Duration (seconds: 5 ))
16
+ library ;
16
17
17
18
import 'package:flutter_test/flutter_test.dart' ;
18
19
You can’t perform that action at this time.
0 commit comments