From a32850d18bbd26e55a708bbcbff2b3c00577ac23 Mon Sep 17 00:00:00 2001 From: Kevin Moore Date: Wed, 23 Oct 2024 17:28:54 -0700 Subject: [PATCH] fix --- analysis_options.yaml | 1 - build_cli/test/pubviz_integration_test.dart | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/analysis_options.yaml b/analysis_options.yaml index 5f42a05..aeb6e13 100644 --- a/analysis_options.yaml +++ b/analysis_options.yaml @@ -34,7 +34,6 @@ linter: - no_adjacent_strings_in_list - no_runtimeType_toString - one_member_abstracts - - package_api_docs - prefer_const_constructors_in_immutables - prefer_const_declarations - prefer_const_literals_to_create_immutables diff --git a/build_cli/test/pubviz_integration_test.dart b/build_cli/test/pubviz_integration_test.dart index 907c85e..821ea4e 100644 --- a/build_cli/test/pubviz_integration_test.dart +++ b/build_cli/test/pubviz_integration_test.dart @@ -19,7 +19,7 @@ void main() { 'Could not find an option named "--no-help".': ['--no-help'], '"foo" is not an allowed value for option "--format".': [ '--format', - 'foo' + 'foo', ], 'Cannot parse "3.14" into `int` for option "production-port".': [ '--production-port',