From e5f60bd7a369e7b86d2baae0ea450f90dedb406b Mon Sep 17 00:00:00 2001 From: Kevin Moore Date: Wed, 30 Oct 2024 07:18:39 -0700 Subject: [PATCH] blast_repo fixes (dart-lang/source_gen#730) drop-lint --- source_gen/source_gen/analysis_options.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/source_gen/source_gen/analysis_options.yaml b/source_gen/source_gen/analysis_options.yaml index df48e2c2a..edbe4ba21 100644 --- a/source_gen/source_gen/analysis_options.yaml +++ b/source_gen/source_gen/analysis_options.yaml @@ -23,13 +23,11 @@ linter: - literal_only_boolean_expressions - missing_whitespace_between_adjacent_strings - no_runtimeType_toString - - package_api_docs - prefer_const_declarations - prefer_expression_function_bodies - prefer_final_locals - require_trailing_commas - sort_child_properties_last - unnecessary_await_in_return - - unsafe_html - use_full_hex_values_for_flutter_colors - use_string_buffers