From fcc6943d5efc24d2425604730bd893cacc326387 Mon Sep 17 00:00:00 2001 From: Nicolas Werner Date: Thu, 28 Oct 2021 17:36:13 +0200 Subject: [PATCH] chore: remove rule for ignoring unsafe imports --- analysis_options.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/analysis_options.yaml b/analysis_options.yaml index 41ff68ac..62953a6f 100644 --- a/analysis_options.yaml +++ b/analysis_options.yaml @@ -11,7 +11,6 @@ linter: analyzer: errors: todo: ignore - import_of_legacy_library_into_null_safe: ignore exclude: - example/main.dart # needed until crypto packages upgrade