From 3b16f3f8b47674c76d1fbf12b1153ab37358fba3 Mon Sep 17 00:00:00 2001 From: Maina Wycliffe Date: Wed, 6 Nov 2019 01:49:28 +0300 Subject: [PATCH] fix(graphql-flutter): ignore ast errors in the core --- packages/graphql_flutter/analysis_options.yaml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 packages/graphql_flutter/analysis_options.yaml diff --git a/packages/graphql_flutter/analysis_options.yaml b/packages/graphql_flutter/analysis_options.yaml new file mode 100644 index 000000000..a1dc66d51 --- /dev/null +++ b/packages/graphql_flutter/analysis_options.yaml @@ -0,0 +1,6 @@ +include: package:pedantic/analysis_options.yaml + +analyzer: + exclude: + - test/_data/** + - lib/**/**