From b00eaeee6e6aef04ff14a377b5b0d2e1b91a468b Mon Sep 17 00:00:00 2001 From: Kevin Moore Date: Fri, 31 May 2024 13:41:04 -0700 Subject: [PATCH] wip --- analysis_options.yaml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/analysis_options.yaml b/analysis_options.yaml index f6b2dc190..822c4aba0 100644 --- a/analysis_options.yaml +++ b/analysis_options.yaml @@ -8,15 +8,6 @@ analyzer: # There are a number of deprecated members used through this package deprecated_member_use_from_same_package: ignore - # Ignoring a number of lints from dart_flutter_team_lints – for now - avoid_catching_errors: ignore - avoid_dynamic_calls: ignore - comment_references: ignore - lines_longer_than_80_chars: ignore - only_throw_errors: ignore - unawaited_futures: ignore - unsafe_html: ignore - linter: rules: - avoid_private_typedef_functions