Remove unnecessaryCasts compiler check
Removed from the compiler, see: https://github.com/google/closure-compiler/wiki/Releases#may-17-2016-v20160517
This commit is contained in:
@@ -31,7 +31,6 @@
|
|||||||
"*"
|
"*"
|
||||||
],
|
],
|
||||||
"jscomp_off": [
|
"jscomp_off": [
|
||||||
"unnecessaryCasts",
|
|
||||||
"useOfGoogBase",
|
"useOfGoogBase",
|
||||||
"lintChecks",
|
"lintChecks",
|
||||||
"analyzerChecks",
|
"analyzerChecks",
|
||||||
|
|||||||
@@ -31,7 +31,6 @@
|
|||||||
"*"
|
"*"
|
||||||
],
|
],
|
||||||
"jscomp_off": [
|
"jscomp_off": [
|
||||||
"unnecessaryCasts",
|
|
||||||
"useOfGoogBase",
|
"useOfGoogBase",
|
||||||
"lintChecks",
|
"lintChecks",
|
||||||
"analyzerChecks"
|
"analyzerChecks"
|
||||||
|
|||||||
@@ -22,7 +22,6 @@
|
|||||||
"*"
|
"*"
|
||||||
],
|
],
|
||||||
"jscomp_off": [
|
"jscomp_off": [
|
||||||
"unnecessaryCasts",
|
|
||||||
"useOfGoogBase",
|
"useOfGoogBase",
|
||||||
"lintChecks",
|
"lintChecks",
|
||||||
"analyzerChecks"
|
"analyzerChecks"
|
||||||
|
|||||||
Reference in New Issue
Block a user