Skip to content

Commit ee923f0

Browse files
chore(deps): bump very_good_analysis from 6.0.0 to 7.0.0 in /examples/kitchen_sink (#1633)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Tom Arra <tarra3@gmail.com>
1 parent 26c831e commit ee923f0

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

examples/kitchen_sink/analysis_options.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
include: package:very_good_analysis/analysis_options.6.0.0.yaml
1+
include: package:very_good_analysis/analysis_options.7.0.0.yaml
22
analyzer:
33
exclude:
44
- build/**

examples/kitchen_sink/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ dev_dependencies:
1313
http: ^1.0.0
1414
mocktail: ^1.0.0
1515
test: ^1.25.0
16-
very_good_analysis: ^6.0.0
16+
very_good_analysis: ^7.0.0

examples/kitchen_sink/test/routes/photos/upload_test.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// Not needed for test file
12
// ignore_for_file: prefer_const_constructors
23

34
import 'dart:io';

0 commit comments

Comments
 (0)