From 18652f3c2f150b61a9aba2712cb17b0a9e84a478 Mon Sep 17 00:00:00 2001 From: David Doty Date: Fri, 13 Sep 2024 18:25:34 -0700 Subject: [PATCH] Update analysis_options.yaml --- analysis_options.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/analysis_options.yaml b/analysis_options.yaml index b1c9f6100..483a0db4f 100644 --- a/analysis_options.yaml +++ b/analysis_options.yaml @@ -1,8 +1,8 @@ -#FIXME: set these to false eventually; will create lots of errors we have to handle +#FIXME: set these to true eventually; will create lots of errors we have to handle analyzer: - strong-mode: - implicit-casts: true - implicit-dynamic: true + language: + strict-casts: false + strict-raw-types: false errors: uri_has_not_been_generated: ignore hash_and_equals: ignore