From c964c5c30892211df6ced45a2f4852858218767f Mon Sep 17 00:00:00 2001 From: appflowy Date: Sat, 10 Jul 2021 16:58:35 +0800 Subject: [PATCH] ignore flowy_editor lint check --- .idea/libraries/Dart_Packages.xml | 128 ++++++++++++++++++++++++++++++ app_flowy/analysis_options.yaml | 1 + 2 files changed, 129 insertions(+) diff --git a/.idea/libraries/Dart_Packages.xml b/.idea/libraries/Dart_Packages.xml index 1f41b04ded..de18681fa8 100644 --- a/.idea/libraries/Dart_Packages.xml +++ b/.idea/libraries/Dart_Packages.xml @@ -262,6 +262,13 @@ + + + + + + @@ -269,6 +276,27 @@ + + + + + + + + + + + + + + + + + + @@ -283,6 +311,13 @@ + + + + + + @@ -493,6 +528,13 @@ + + + + + + @@ -549,6 +591,20 @@ + + + + + + + + + + + + @@ -614,6 +670,13 @@ + + + + + + @@ -657,6 +720,13 @@ + + + + + + @@ -664,6 +734,48 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -739,6 +851,7 @@ + @@ -788,6 +901,10 @@ + + + + @@ -831,6 +948,8 @@ + + @@ -841,6 +960,7 @@ + @@ -848,7 +968,14 @@ + + + + + + + @@ -863,6 +990,7 @@ + diff --git a/app_flowy/analysis_options.yaml b/app_flowy/analysis_options.yaml index 78091118c0..e9def11a1c 100644 --- a/app_flowy/analysis_options.yaml +++ b/app_flowy/analysis_options.yaml @@ -14,6 +14,7 @@ analyzer: exclude: - "**/*.g.dart" - "**/*.freezed.dart" + - "packages/flowy_editor/**" linter: # The lint rules applied to this project can be customized in the