From 4130e7803a2b2ae4c60d222cec08a740472204ce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Lemoine?= Date: Sat, 4 Apr 2015 23:18:57 +0200 Subject: [PATCH] Update compile config used to build individual examples --- build.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/build.py b/build.py index 615c5fb183..0ca69bd75d 100755 --- a/build.py +++ b/build.py @@ -327,7 +327,6 @@ def examples_star_json(name, match): "ambiguousFunctionDecl", "checkDebuggerStatement", "checkEventfulObjectDisposal", - "checkProvides", "checkRegExp", "checkStructDictInheritance", "checkTypes", @@ -346,6 +345,10 @@ def examples_star_json(name, match): "invalidCasts", "misplacedTypeAnnotation", "missingProperties", + "missingProvide", + "missingRequire", + "missingReturn", + "newCheckTypes", "nonStandardJsDocs", "strictModuleDepCheck", "suspiciousCode",