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

View File

@@ -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",