Revert "Remove 'analyzerChecks' from jscomp_off compiler option"
This reverts commit 5632084441.
This commit is contained in:
committed by
Guillaume Beraudo
parent
b54ea89395
commit
68f493fc90
@@ -28,6 +28,7 @@
|
||||
],
|
||||
"jscomp_off": [
|
||||
"lintChecks",
|
||||
"analyzerChecks",
|
||||
"missingProvide",
|
||||
"unknownDefines"
|
||||
],
|
||||
|
||||
@@ -27,7 +27,8 @@
|
||||
"*"
|
||||
],
|
||||
"jscomp_off": [
|
||||
"lintChecks"
|
||||
"lintChecks",
|
||||
"analyzerChecks"
|
||||
],
|
||||
"extra_annotation_name": [
|
||||
"api", "observable"
|
||||
|
||||
@@ -21,7 +21,8 @@
|
||||
"*"
|
||||
],
|
||||
"jscomp_off": [
|
||||
"lintChecks"
|
||||
"lintChecks",
|
||||
"analyzerChecks"
|
||||
],
|
||||
"extra_annotation_name": [
|
||||
"api", "observable"
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user