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