Revert "Remove 'analyzerChecks' from jscomp_off compiler option"

This reverts commit 5632084441.
This commit is contained in:
Frederic Junod
2017-01-16 08:41:35 +01:00
committed by Guillaume Beraudo
parent b54ea89395
commit 68f493fc90
4 changed files with 7 additions and 3 deletions

View File

@@ -28,6 +28,7 @@
],
"jscomp_off": [
"lintChecks",
"analyzerChecks",
"missingProvide",
"unknownDefines"
],

View File

@@ -27,7 +27,8 @@
"*"
],
"jscomp_off": [
"lintChecks"
"lintChecks",
"analyzerChecks"
],
"extra_annotation_name": [
"api", "observable"

View File

@@ -21,7 +21,8 @@
"*"
],
"jscomp_off": [
"lintChecks"
"lintChecks",
"analyzerChecks"
],
"extra_annotation_name": [
"api", "observable"

View File

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