From 31ae35e9a654c5a5f24cfb7084a7cb7be58c45e0 Mon Sep 17 00:00:00 2001 From: martyfuhry Date: Wed, 14 Feb 2024 20:28:45 -0500 Subject: [PATCH] chore(mobile): Fixed exclude analyzer options (#7125) Fixed exclude analyzer options --- mobile/analysis_options.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mobile/analysis_options.yaml b/mobile/analysis_options.yaml index 05ce70ffe3bcf..0b08791dc8712 100644 --- a/mobile/analysis_options.yaml +++ b/mobile/analysis_options.yaml @@ -33,10 +33,10 @@ linter: # https://dart.dev/guides/language/analysis-options analyzer: exclude: - - openapi/ - - openapi/test/ + - openapi/** + - openapi/test/** - lib/generated_plugin_registrant.dart - + plugins: - custom_lint