File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -363,7 +363,7 @@ Iterable<_IgnoreRule> _parseIgnorePatterns(
363
363
}) sync * {
364
364
ArgumentError .checkNotNull (patterns, 'patterns' );
365
365
ArgumentError .checkNotNull (ignoreCase, 'ignoreCase' );
366
- onInvalidPattern ?? = (_, __ ) {};
366
+ onInvalidPattern ?? = (_, _ ) {};
367
367
368
368
final parsedPatterns = patterns
369
369
.expand ((s) => s.split (_lineBreakPattern))
Original file line number Diff line number Diff line change @@ -98,10 +98,10 @@ packages:
98
98
dependency: "direct dev"
99
99
description:
100
100
name: dart_flutter_team_lints
101
- sha256: "241f050cb4d908caffdcc5d4407e1c4e0b1dd449294ef7b6ceb4a9d8bc77dd96 "
101
+ sha256: "4c8f38142598339cd28c0b48a66b6b04434ee0499b6e40baf7c62c76daa1fcad "
102
102
url: "https://pub.dev"
103
103
source: hosted
104
- version: "3.3.0 "
104
+ version: "3.5.1 "
105
105
file:
106
106
dependency: transitive
107
107
description:
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ dependencies:
30
30
31
31
dev_dependencies :
32
32
checks : ^0.3.0
33
- dart_flutter_team_lints : ^3.2 .1
33
+ dart_flutter_team_lints : ^3.5 .1
34
34
shelf_test_handler : ^2.0.2
35
35
test : ^1.25.14
36
36
test_descriptor : ^2.0.2
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ void main() {
44
44
? null
45
45
: Ignore (
46
46
c.patterns[dir]! ,
47
- onInvalidPattern: (_, __ ) => hasWarning = true ,
47
+ onInvalidPattern: (_, _ ) => hasWarning = true ,
48
48
ignoreCase: ignoreCase,
49
49
);
50
50
You can’t perform that action at this time.
0 commit comments