diff --git a/buildcfg/examples-all.json b/buildcfg/examples-all.json index 3e43d1227a..254399c730 100644 --- a/buildcfg/examples-all.json +++ b/buildcfg/examples-all.json @@ -23,9 +23,7 @@ "jscomp_error": [ "accessControls", "ambiguousFunctionDecl", - "checkDebuggerStatement", "checkEventfulObjectDisposal", - "checkProvides", "checkRegExp", "checkStructDictInheritance", "checkTypes", @@ -33,7 +31,6 @@ "const", "constantProperty", "deprecated", - "duplicate", "duplicateMessage", "es3", "externsValidation", @@ -42,17 +39,20 @@ "internetExplorerChecks", "invalidCasts", "misplacedTypeAnnotation", + "missingGetCssName", "missingProperties", + "missingProvide", + "missingRequire", + "missingReturn", + "newCheckTypes", "nonStandardJsDocs", - "strictModuleDepCheck", "suspiciousCode", + "strictModuleDepCheck", "typeInvalidation", - "tweakValidation", "undefinedNames", "undefinedVars", "unknownDefines", "uselessCode", - "violatedModuleDep", "visibility" ], "jscomp_off": [ diff --git a/buildcfg/ol-all.json b/buildcfg/ol-all.json index 549941a437..2df1769dce 100644 --- a/buildcfg/ol-all.json +++ b/buildcfg/ol-all.json @@ -20,9 +20,7 @@ "jscomp_error": [ "accessControls", "ambiguousFunctionDecl", - "checkDebuggerStatement", "checkEventfulObjectDisposal", - "checkProvides", "checkRegExp", "checkStructDictInheritance", "checkTypes", @@ -30,7 +28,6 @@ "const", "constantProperty", "deprecated", - "duplicate", "duplicateMessage", "es3", "externsValidation", @@ -39,17 +36,20 @@ "internetExplorerChecks", "invalidCasts", "misplacedTypeAnnotation", + "missingGetCssName", "missingProperties", + "missingProvide", + "missingRequire", + "missingReturn", + "newCheckTypes", "nonStandardJsDocs", - "strictModuleDepCheck", "suspiciousCode", + "strictModuleDepCheck", "typeInvalidation", - "tweakValidation", "undefinedNames", "undefinedVars", "unknownDefines", "uselessCode", - "violatedModuleDep", "visibility" ], "jscomp_off": [ diff --git a/buildcfg/ol-simple.json b/buildcfg/ol-simple.json index 17ee131547..bd45f77f79 100644 --- a/buildcfg/ol-simple.json +++ b/buildcfg/ol-simple.json @@ -20,9 +20,7 @@ "jscomp_error": [ "accessControls", "ambiguousFunctionDecl", - "checkDebuggerStatement", "checkEventfulObjectDisposal", - "checkProvides", "checkRegExp", "checkStructDictInheritance", "checkTypes", @@ -30,7 +28,6 @@ "const", "constantProperty", "deprecated", - "duplicate", "duplicateMessage", "es3", "externsValidation", @@ -39,17 +36,20 @@ "internetExplorerChecks", "invalidCasts", "misplacedTypeAnnotation", + "missingGetCssName", "missingProperties", + "missingProvide", + "missingRequire", + "missingReturn", + "newCheckTypes", "nonStandardJsDocs", - "strictModuleDepCheck", "suspiciousCode", + "strictModuleDepCheck", "typeInvalidation", - "tweakValidation", "undefinedNames", "undefinedVars", "unknownDefines", "uselessCode", - "violatedModuleDep", "visibility" ], "jscomp_off": [ diff --git a/buildcfg/ol-whitespace.json b/buildcfg/ol-whitespace.json index 77959e60a5..9e3a6eea36 100644 --- a/buildcfg/ol-whitespace.json +++ b/buildcfg/ol-whitespace.json @@ -20,9 +20,7 @@ "jscomp_error": [ "accessControls", "ambiguousFunctionDecl", - "checkDebuggerStatement", "checkEventfulObjectDisposal", - "checkProvides", "checkRegExp", "checkStructDictInheritance", "checkTypes", @@ -30,7 +28,6 @@ "const", "constantProperty", "deprecated", - "duplicate", "duplicateMessage", "es3", "externsValidation", @@ -39,17 +36,20 @@ "internetExplorerChecks", "invalidCasts", "misplacedTypeAnnotation", + "missingGetCssName", "missingProperties", + "missingProvide", + "missingRequire", + "missingReturn", + "newCheckTypes", "nonStandardJsDocs", - "strictModuleDepCheck", "suspiciousCode", + "strictModuleDepCheck", "typeInvalidation", - "tweakValidation", "undefinedNames", "undefinedVars", "unknownDefines", "uselessCode", - "violatedModuleDep", "visibility" ], "jscomp_off": [ diff --git a/buildcfg/ol.json b/buildcfg/ol.json index fb9644e890..f457a49072 100644 --- a/buildcfg/ol.json +++ b/buildcfg/ol.json @@ -20,9 +20,7 @@ "jscomp_error": [ "accessControls", "ambiguousFunctionDecl", - "checkDebuggerStatement", "checkEventfulObjectDisposal", - "checkProvides", "checkRegExp", "checkStructDictInheritance", "checkTypes", @@ -30,7 +28,6 @@ "const", "constantProperty", "deprecated", - "duplicate", "duplicateMessage", "es3", "externsValidation", @@ -39,17 +36,20 @@ "internetExplorerChecks", "invalidCasts", "misplacedTypeAnnotation", + "missingGetCssName", "missingProperties", + "missingProvide", + "missingRequire", + "missingReturn", + "newCheckTypes", "nonStandardJsDocs", - "strictModuleDepCheck", "suspiciousCode", + "strictModuleDepCheck", "typeInvalidation", - "tweakValidation", "undefinedNames", "undefinedVars", "unknownDefines", "uselessCode", - "violatedModuleDep", "visibility" ], "jscomp_off": [