Update compile config used to build individual examples

This commit is contained in:
Éric Lemoine
2015-04-04 23:18:57 +02:00
parent 2892e36d29
commit 4130e7803a
+4 -1
View File
@@ -327,7 +327,6 @@ def examples_star_json(name, match):
"ambiguousFunctionDecl", "ambiguousFunctionDecl",
"checkDebuggerStatement", "checkDebuggerStatement",
"checkEventfulObjectDisposal", "checkEventfulObjectDisposal",
"checkProvides",
"checkRegExp", "checkRegExp",
"checkStructDictInheritance", "checkStructDictInheritance",
"checkTypes", "checkTypes",
@@ -346,6 +345,10 @@ def examples_star_json(name, match):
"invalidCasts", "invalidCasts",
"misplacedTypeAnnotation", "misplacedTypeAnnotation",
"missingProperties", "missingProperties",
"missingProvide",
"missingRequire",
"missingReturn",
"newCheckTypes",
"nonStandardJsDocs", "nonStandardJsDocs",
"strictModuleDepCheck", "strictModuleDepCheck",
"suspiciousCode", "suspiciousCode",