Remove 'analyzerChecks' from jscomp_off compiler option

This commit is contained in:
Frederic Junod
2017-01-10 08:58:15 +01:00
parent 22498991ab
commit 5632084441
4 changed files with 3 additions and 7 deletions

View File

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

View File

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

View File

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

View File

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