From 420374294b0f150f1bc080e7759edb841186d895 Mon Sep 17 00:00:00 2001 From: Frederic Junod Date: Wed, 25 May 2016 09:38:31 +0200 Subject: [PATCH] Remove unnecessaryCasts compiler check Removed from the compiler, see: https://github.com/google/closure-compiler/wiki/Releases#may-17-2016-v20160517 --- config/example.json | 1 - config/examples-all.json | 1 - config/ol.json | 1 - 3 files changed, 3 deletions(-) diff --git a/config/example.json b/config/example.json index bd770c8293..3743096c8d 100644 --- a/config/example.json +++ b/config/example.json @@ -31,7 +31,6 @@ "*" ], "jscomp_off": [ - "unnecessaryCasts", "useOfGoogBase", "lintChecks", "analyzerChecks", diff --git a/config/examples-all.json b/config/examples-all.json index eef3640831..b278885837 100644 --- a/config/examples-all.json +++ b/config/examples-all.json @@ -31,7 +31,6 @@ "*" ], "jscomp_off": [ - "unnecessaryCasts", "useOfGoogBase", "lintChecks", "analyzerChecks" diff --git a/config/ol.json b/config/ol.json index eb542af685..3e527cc313 100644 --- a/config/ol.json +++ b/config/ol.json @@ -22,7 +22,6 @@ "*" ], "jscomp_off": [ - "unnecessaryCasts", "useOfGoogBase", "lintChecks", "analyzerChecks"