diff --git a/analysis_options.yaml b/analysis_options.yaml index bb72091..c2f4cbb 100644 --- a/analysis_options.yaml +++ b/analysis_options.yaml @@ -1 +1 @@ -include: package:very_good_analysis/analysis_options.6.0.0.yaml +include: package:very_good_analysis/analysis_options.7.0.0.yaml diff --git a/build.yaml b/build.yaml index 9505f3f..650337e 100644 --- a/build.yaml +++ b/build.yaml @@ -4,6 +4,7 @@ targets: source_gen|combining_builder: options: ignore_for_file: + - document_ignores - implicit_dynamic_parameter - cast_nullable_to_non_nullable - require_trailing_commas diff --git a/lib/src/models/test_event.g.dart b/lib/src/models/test_event.g.dart index 4b419bc..bca7a9c 100644 --- a/lib/src/models/test_event.g.dart +++ b/lib/src/models/test_event.g.dart @@ -1,6 +1,6 @@ // GENERATED CODE - DO NOT MODIFY BY HAND -// ignore_for_file: implicit_dynamic_parameter, cast_nullable_to_non_nullable, require_trailing_commas, lines_longer_than_80_chars +// ignore_for_file: document_ignores, implicit_dynamic_parameter, cast_nullable_to_non_nullable, require_trailing_commas, lines_longer_than_80_chars part of 'test_event.dart'; diff --git a/lib/very_good_test_runner.dart b/lib/very_good_test_runner.dart index 8f36af3..052cee4 100644 --- a/lib/very_good_test_runner.dart +++ b/lib/very_good_test_runner.dart @@ -1,5 +1,5 @@ /// A test runner for Flutter and Dart created by Very Good Ventures. -library very_good_test_runner; +library; export 'src/models/models.dart'; export 'src/very_good_test_runner.dart' show dartTest, flutterTest; diff --git a/pubspec.yaml b/pubspec.yaml index dc51bb9..84f3a85 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -16,4 +16,4 @@ dev_dependencies: json_serializable: ^6.8.0 mocktail: ^1.0.4 test: ^1.25.8 - very_good_analysis: ^6.0.0 + very_good_analysis: ^7.0.0 diff --git a/test/src/very_good_test_runner_test.dart b/test/src/very_good_test_runner_test.dart index e678dcb..a8f3138 100644 --- a/test/src/very_good_test_runner_test.dart +++ b/test/src/very_good_test_runner_test.dart @@ -6,6 +6,7 @@ import 'package:test/test.dart'; import 'package:universal_io/io.dart'; import 'package:very_good_test_runner/very_good_test_runner.dart'; +// Needed for test setup // ignore: one_member_abstracts abstract class TestProcess { Future start(