diff --git a/config/example.json b/config/example.json index 248932c3ca..2ad9073a13 100644 --- a/config/example.json +++ b/config/example.json @@ -29,40 +29,13 @@ "goog.DEBUG=false" ], "jscomp_error": [ - "accessControls", - "ambiguousFunctionDecl", - "checkEventfulObjectDisposal", - "checkRegExp", - "checkTypes", - "checkVars", - "const", - "constantProperty", - "deprecated", - "duplicateMessage", - "es3", - "es5Strict", - "externsValidation", - "fileoverviewTags", - "globalThis", - "internetExplorerChecks", - "invalidCasts", - "misplacedTypeAnnotation", - "missingGetCssName", - "missingProperties", - "missingProvide", - "missingRequire", - "missingReturn", - "newCheckTypes", - "nonStandardJsDocs", - "suspiciousCode", - "strictModuleDepCheck", - "typeInvalidation", - "undefinedNames", - "undefinedVars", - "uselessCode", - "visibility" + "*" ], "jscomp_off": [ + "useOfGoogBase", + "unnecessaryCasts", + "lintChecks", + "missingProvide", "unknownDefines" ], "extra_annotation_name": [ diff --git a/config/examples-all.json b/config/examples-all.json index f29356b6a6..3994572934 100644 --- a/config/examples-all.json +++ b/config/examples-all.json @@ -30,39 +30,12 @@ "goog.DEBUG=false" ], "jscomp_error": [ - "accessControls", - "ambiguousFunctionDecl", - "checkEventfulObjectDisposal", - "checkRegExp", - "checkTypes", - "checkVars", - "const", - "constantProperty", - "deprecated", - "duplicateMessage", - "es3", - "es5Strict", - "externsValidation", - "fileoverviewTags", - "globalThis", - "internetExplorerChecks", - "invalidCasts", - "misplacedTypeAnnotation", - "missingGetCssName", - "missingProperties", - "missingProvide", - "missingRequire", - "missingReturn", - "newCheckTypes", - "nonStandardJsDocs", - "suspiciousCode", - "strictModuleDepCheck", - "typeInvalidation", - "undefinedNames", - "undefinedVars", - "unknownDefines", - "uselessCode", - "visibility" + "*" + ], + "jscomp_off": [ + "useOfGoogBase", + "unnecessaryCasts", + "lintChecks" ], "extra_annotation_name": [ "api", "observable" diff --git a/config/ol.json b/config/ol.json index e8db02a742..1720249833 100644 --- a/config/ol.json +++ b/config/ol.json @@ -20,39 +20,12 @@ "goog.DEBUG=false" ], "jscomp_error": [ - "accessControls", - "ambiguousFunctionDecl", - "checkEventfulObjectDisposal", - "checkRegExp", - "checkTypes", - "checkVars", - "const", - "constantProperty", - "deprecated", - "duplicateMessage", - "es3", - "es5Strict", - "externsValidation", - "fileoverviewTags", - "globalThis", - "internetExplorerChecks", - "invalidCasts", - "misplacedTypeAnnotation", - "missingGetCssName", - "missingProperties", - "missingProvide", - "missingRequire", - "missingReturn", - "newCheckTypes", - "nonStandardJsDocs", - "suspiciousCode", - "strictModuleDepCheck", - "typeInvalidation", - "undefinedNames", - "undefinedVars", - "unknownDefines", - "uselessCode", - "visibility" + "*" + ], + "jscomp_off": [ + "useOfGoogBase", + "unnecessaryCasts", + "lintChecks" ], "extra_annotation_name": [ "api", "observable"