Skip to content

Commit 6b7f4a6

Browse files
chore(deps): bump very_good_analysis from 6.0.0 to 7.0.0 in /examples/todos (#1634)
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 ee923f0 commit 6b7f4a6

File tree

10 files changed

+10
-8
lines changed

10 files changed

+10
-8
lines changed

examples/todos/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/**
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
include: package:very_good_analysis/analysis_options.6.0.0.yaml
1+
include: package:very_good_analysis/analysis_options.7.0.0.yaml

examples/todos/packages/in_memory_todos_data_source/lib/in_memory_todos_data_source.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/// An in-memory implementation of the TodosDataSource interface.
2-
library in_memory_todos_data_source;
2+
library;
33

44
export 'package:todos_data_source/todos_data_source.dart';
55

examples/todos/packages/in_memory_todos_data_source/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ dependencies:
1414
dev_dependencies:
1515
mocktail: ^1.0.0
1616
test: ^1.25.0
17-
very_good_analysis: ^6.0.0
17+
very_good_analysis: ^7.0.0
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
include: package:very_good_analysis/analysis_options.6.0.0.yaml
1+
include: package:very_good_analysis/analysis_options.7.0.0.yaml
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/// A generic interface for managing todos.
2-
library todos_data_source;
2+
library;
33

44
export 'src/models/models.dart';
55
export 'src/todos_data_source.dart';

examples/todos/packages/todos_data_source/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ dev_dependencies:
1616
json_serializable: ^6.3.1
1717
mocktail: ^1.0.0
1818
test: ^1.25.0
19-
very_good_analysis: ^6.0.0
19+
very_good_analysis: ^7.0.0

examples/todos/packages/todos_data_source/test/src/models/todo_test.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// Not required for test files
12
// ignore_for_file: avoid_redundant_argument_values
23
import 'package:test/test.dart';
34
import 'package:todos_data_source/todos_data_source.dart';

examples/todos/packages/todos_data_source/test/src/todos_data_source_test.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// Not required for test files
12
// ignore_for_file: prefer_const_constructors
23
import 'package:test/test.dart';
34
import 'package:todos_data_source/todos_data_source.dart';

examples/todos/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ dev_dependencies:
1717
http: ^1.0.0
1818
mocktail: ^1.0.0
1919
test: ^1.25.0
20-
very_good_analysis: ^6.0.0
20+
very_good_analysis: ^7.0.0

0 commit comments

Comments
 (0)