Remove 'analyzerChecks' from jscomp_off compiler option
This commit is contained in:
@@ -28,7 +28,6 @@
|
|||||||
],
|
],
|
||||||
"jscomp_off": [
|
"jscomp_off": [
|
||||||
"lintChecks",
|
"lintChecks",
|
||||||
"analyzerChecks",
|
|
||||||
"missingProvide",
|
"missingProvide",
|
||||||
"unknownDefines"
|
"unknownDefines"
|
||||||
],
|
],
|
||||||
|
|||||||
@@ -27,8 +27,7 @@
|
|||||||
"*"
|
"*"
|
||||||
],
|
],
|
||||||
"jscomp_off": [
|
"jscomp_off": [
|
||||||
"lintChecks",
|
"lintChecks"
|
||||||
"analyzerChecks"
|
|
||||||
],
|
],
|
||||||
"extra_annotation_name": [
|
"extra_annotation_name": [
|
||||||
"api", "observable"
|
"api", "observable"
|
||||||
|
|||||||
+1
-2
@@ -18,8 +18,7 @@
|
|||||||
"*"
|
"*"
|
||||||
],
|
],
|
||||||
"jscomp_off": [
|
"jscomp_off": [
|
||||||
"lintChecks",
|
"lintChecks"
|
||||||
"analyzerChecks"
|
|
||||||
],
|
],
|
||||||
"extra_annotation_name": [
|
"extra_annotation_name": [
|
||||||
"api", "observable"
|
"api", "observable"
|
||||||
|
|||||||
@@ -230,8 +230,7 @@ Here is a version of `config.json` with more compilation checks enabled:
|
|||||||
],
|
],
|
||||||
"jscomp_off": [
|
"jscomp_off": [
|
||||||
"unknownDefines",
|
"unknownDefines",
|
||||||
"lintChecks",
|
"lintChecks"
|
||||||
"analyzerChecks"
|
|
||||||
],
|
],
|
||||||
"extra_annotation_name": [
|
"extra_annotation_name": [
|
||||||
"api", "observable"
|
"api", "observable"
|
||||||
|
|||||||
Reference in New Issue
Block a user