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"
],