From 9fb4189032ec1fffd0db07fd97291d5c66c16e70 Mon Sep 17 00:00:00 2001 From: Jason Simmons Date: Tue, 16 Jun 2026 23:23:25 +0000 Subject: [PATCH] Disable the Patrol customer test With the latest Dart SDK the leancode_lint package is getting warnings from the Dart analyzer: warning * Warning in the included options file .pub-cache/hosted/pub.dev/leancode_lint-17.0.0/lib/analysis_options.yaml(14438..14462): The rule 'type_annotate_public_apis' is incompatible with ''omit_obvious_property_types'' * analysis_options.yaml:1:10 * included_file_warning warning * Warning in the included options file .pub-cache/hosted/pub.dev/leancode_lint-17.0.0/lib/analysis_options.yaml(14438..14462): The rule 'type_annotate_public_apis' is incompatible with ''omit_obvious_property_types'' * example/analysis_options.yaml:1:10 * included_file_warning For now this test will be disabled until an updated version is available. --- registry/{patrol.test => patrol.test.disabled} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename registry/{patrol.test => patrol.test.disabled} (100%) diff --git a/registry/patrol.test b/registry/patrol.test.disabled similarity index 100% rename from registry/patrol.test rename to registry/patrol.test.disabled