From f9855ca72be8ff1fa48fe07d035b77d5cc208f74 Mon Sep 17 00:00:00 2001 From: Devon Carew Date: Thu, 10 Mar 2016 21:42:46 -0800 Subject: [PATCH] exclude the i18n files from analysis --- examples/stocks/.analysis_options | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/stocks/.analysis_options b/examples/stocks/.analysis_options index a9b94d74906..f9e8f30d8fe 100644 --- a/examples/stocks/.analysis_options +++ b/examples/stocks/.analysis_options @@ -1,3 +1,3 @@ analyzer: exclude: - - 'ios/.generated/**' + - 'lib/i18n/stock_messages_*.dart'