diff --git a/config/example.json b/config/example.json index d034d67b76..dff7c67e16 100644 --- a/config/example.json +++ b/config/example.json @@ -28,7 +28,6 @@ ], "jscomp_off": [ "lintChecks", - "analyzerChecks", "missingProvide", "unknownDefines" ], diff --git a/config/examples-all.json b/config/examples-all.json index 3544621ee9..3c66049069 100644 --- a/config/examples-all.json +++ b/config/examples-all.json @@ -27,8 +27,7 @@ "*" ], "jscomp_off": [ - "lintChecks", - "analyzerChecks" + "lintChecks" ], "extra_annotation_name": [ "api", "observable" diff --git a/config/ol.json b/config/ol.json index 25a3ec4290..aa2e47040b 100644 --- a/config/ol.json +++ b/config/ol.json @@ -18,8 +18,7 @@ "*" ], "jscomp_off": [ - "lintChecks", - "analyzerChecks" + "lintChecks" ], "extra_annotation_name": [ "api", "observable" diff --git a/doc/tutorials/closure.md b/doc/tutorials/closure.md index 7221445bef..723b915003 100644 --- a/doc/tutorials/closure.md +++ b/doc/tutorials/closure.md @@ -230,8 +230,7 @@ Here is a version of `config.json` with more compilation checks enabled: ], "jscomp_off": [ "unknownDefines", - "lintChecks", - "analyzerChecks" + "lintChecks" ], "extra_annotation_name": [ "api", "observable"