From a1437968366abede48e40bd3d1c32536090fd0e5 Mon Sep 17 00:00:00 2001 From: Sam Rawlins Date: Tue, 29 Oct 2024 16:23:40 -0700 Subject: [PATCH] Disable flutter_svg tests Work towards https://github.com/dart-lang/linter/issues/5063 This repo refers to the `avoid_null_checks_in_equality_operators` lint rule, which is being removed as per https://github.com/dart-lang/linter/issues/5063. This repo is also being migrated, as I understand it. I suggest we disable for now, and can remove the `avoid_null_checks_in_equality_operators` enablement after the migration, and re-enable the tests then. --- registry/{flutter_svg.test => flutter_svg.test.disabled} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename registry/{flutter_svg.test => flutter_svg.test.disabled} (100%) diff --git a/registry/flutter_svg.test b/registry/flutter_svg.test.disabled similarity index 100% rename from registry/flutter_svg.test rename to registry/flutter_svg.test.disabled