From 2b1288eeed6c98ba2ab5f8fce794e7a6eefc0a88 Mon Sep 17 00:00:00 2001 From: Michael Goderbauer Date: Mon, 1 Aug 2022 14:54:03 -0700 Subject: [PATCH] clean-up analysis_options.yaml (#108747) --- analysis_options.yaml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/analysis_options.yaml b/analysis_options.yaml index 046afd132f..a09bd2ce45 100644 --- a/analysis_options.yaml +++ b/analysis_options.yaml @@ -20,12 +20,6 @@ analyzer: strict-casts: true strict-raw-types: true errors: - # treat missing required parameters as a warning (not a hint) - missing_required_param: warning - # treat missing returns as a warning (not a hint) - missing_return: warning - # allow having TODO comments in the code - todo: ignore # allow self-reference to deprecated members (we do this because otherwise we have # to annotate every member in every test, assert, etc, when we deprecate something) deprecated_member_use_from_same_package: ignore