Skip to content

Commit

Permalink
Update goldens
Browse files Browse the repository at this point in the history
  • Loading branch information
rrousselGit committed Mar 10, 2024
1 parent 3cb83e4 commit edf2bd8
Showing 1 changed file with 5 additions and 50 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,22 +31,7 @@ test/lints/scoped_providers_should_specify_dependencies.dart:67:9
code: scoped_providers_should_specify_dependencies
severity: Severity.warning
message: Providers which are overridden in a non-root ProviderContainer/ProviderScope should specify dependencies.
test/lints/scoped_providers_should_specify_dependencies.dart:82:9

```dart
.overrideWith(() => throw UnimplementedError()),
// expect_lint: scoped_providers_should_specify_dependencies
>>>rootProvider.overrideWith((ref) => 0)<<<,
],
child: Container(),
```

=======

code: scoped_providers_should_specify_dependencies
severity: Severity.warning
message: Providers which are overridden in a non-root ProviderContainer/ProviderScope should specify dependencies.
test/lints/scoped_providers_should_specify_dependencies.dart:107:7
test/lints/scoped_providers_should_specify_dependencies.dart:92:7

```dart
.overrideWith(() => throw UnimplementedError()),
Expand All @@ -61,37 +46,7 @@ test/lints/scoped_providers_should_specify_dependencies.dart:107:7
code: scoped_providers_should_specify_dependencies
severity: Severity.warning
message: Providers which are overridden in a non-root ProviderContainer/ProviderScope should specify dependencies.
test/lints/scoped_providers_should_specify_dependencies.dart:132:9

```dart
.overrideWith(() => throw UnimplementedError()),
// expect_lint: scoped_providers_should_specify_dependencies
>>>rootProvider.overrideWith((ref) => 0)<<<,
],
child: Container(),
```

=======

code: scoped_providers_should_specify_dependencies
severity: Severity.warning
message: Providers which are overridden in a non-root ProviderContainer/ProviderScope should specify dependencies.
test/lints/scoped_providers_should_specify_dependencies.dart:171:11

```dart
.overrideWith(() => throw UnimplementedError()),
// expect_lint: scoped_providers_should_specify_dependencies
>>>rootProvider.overrideWith((ref) => 0)<<<,
],
child: Container(),
```

=======

code: scoped_providers_should_specify_dependencies
severity: Severity.warning
message: Providers which are overridden in a non-root ProviderContainer/ProviderScope should specify dependencies.
test/lints/scoped_providers_should_specify_dependencies.dart:185:13
test/lints/scoped_providers_should_specify_dependencies.dart:140:13

```dart
.overrideWith(() => throw UnimplementedError()),
Expand All @@ -106,7 +61,7 @@ test/lints/scoped_providers_should_specify_dependencies.dart:185:13
code: scoped_providers_should_specify_dependencies
severity: Severity.warning
message: Providers which are overridden in a non-root ProviderContainer/ProviderScope should specify dependencies.
test/lints/scoped_providers_should_specify_dependencies.dart:201:7
test/lints/scoped_providers_should_specify_dependencies.dart:156:7

```dart
.overrideWith(() => throw UnimplementedError()),
Expand All @@ -121,7 +76,7 @@ test/lints/scoped_providers_should_specify_dependencies.dart:201:7
code: scoped_providers_should_specify_dependencies
severity: Severity.warning
message: Providers which are overridden in a non-root ProviderContainer/ProviderScope should specify dependencies.
test/lints/scoped_providers_should_specify_dependencies.dart:217:11
test/lints/scoped_providers_should_specify_dependencies.dart:172:11

```dart
.overrideWith(() => throw UnimplementedError()),
Expand All @@ -136,7 +91,7 @@ test/lints/scoped_providers_should_specify_dependencies.dart:217:11
code: scoped_providers_should_specify_dependencies
severity: Severity.warning
message: Providers which are overridden in a non-root ProviderContainer/ProviderScope should specify dependencies.
test/lints/scoped_providers_should_specify_dependencies.dart:236:9
test/lints/scoped_providers_should_specify_dependencies.dart:191:9

```dart
.overrideWith(() => throw UnimplementedError()),
Expand Down

0 comments on commit edf2bd8

Please sign in to comment.