Browse Source

Lint: ignore flutter submodule

Neeraj Gupta 2 years ago
parent
commit
396cd87bbe
1 changed files with 2 additions and 1 deletions
  1. 2 1
      analysis_options.yaml

+ 2 - 1
analysis_options.yaml

@@ -48,4 +48,5 @@ analyzer:
     avoid_renaming_method_parameters: ignore # incorrect warnings for `equals` overrides
 
   exclude:
-    - thirdparty/**
+    - thirdparty/**
+    - flutter/**