From 93c54e266863c7eb9a9cbd8b34c9783d91e344d8 Mon Sep 17 00:00:00 2001 From: Matthew Nitschke Date: Wed, 16 Oct 2024 18:04:27 +0000 Subject: [PATCH] Migrates to workiva_analysis_options v2 --- tools/analyzer_plugin/analysis_options.yaml | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/tools/analyzer_plugin/analysis_options.yaml b/tools/analyzer_plugin/analysis_options.yaml index f11db5869..113cdbb8f 100644 --- a/tools/analyzer_plugin/analysis_options.yaml +++ b/tools/analyzer_plugin/analysis_options.yaml @@ -1,5 +1,4 @@ -include: package:workiva_analysis_options/v1.recommended.yaml - +include: package:workiva_analysis_options/v2.yaml analyzer: exclude: - playground/** @@ -17,7 +16,6 @@ analyzer: unused_import: info import_of_legacy_library_into_null_safe: warning implementation_imports: warning - # ignores from v1.recommended prefer_interpolation_to_compose_strings: ignore cascade_invocations: ignore @@ -26,9 +24,3 @@ analyzer: prefer_final_locals: ignore # This is less readable in some cases, and isn't worth it. join_return_with_assignment: ignore - -linter: - rules: - - avoid_returning_null_for_future - - avoid_void_async - - implementation_imports