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