From 396cd87bbeabeca0308f5d4c5a2c0dbc7783c516 Mon Sep 17 00:00:00 2001 From: Neeraj Gupta <254676+ua741@users.noreply.github.com> Date: Thu, 20 Jul 2023 15:58:51 +0530 Subject: [PATCH] Lint: ignore flutter submodule --- analysis_options.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/analysis_options.yaml b/analysis_options.yaml index 264587f7f..369fb565c 100644 --- a/analysis_options.yaml +++ b/analysis_options.yaml @@ -48,4 +48,5 @@ analyzer: avoid_renaming_method_parameters: ignore # incorrect warnings for `equals` overrides exclude: - - thirdparty/** \ No newline at end of file + - thirdparty/** + - flutter/** \ No newline at end of file