Merge pull request #8 from pylaligand/disable_analysis

Turns out this attribute is still needed...
diff --git a/BUILD.gn b/BUILD.gn
index 008661c..951b219 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -6,4 +6,6 @@
 
 dart_package("func") {
   package_name = "func"
+
+  disable_analysis = true
 }