Mark 'es5Strict' checks as errors

This commit is contained in:
Frederic Junod
2014-07-21 09:59:13 +02:00
parent 66da8fc393
commit cf85079d22
3 changed files with 3 additions and 9 deletions

View File

@@ -254,6 +254,7 @@ def examples_star_json(name, match):
"duplicate",
"duplicateMessage",
"es3",
"es5Strict",
"externsValidation",
"fileoverviewTags",
"globalThis",
@@ -276,9 +277,6 @@ def examples_star_json(name, match):
"extra_annotation_name": [
"api", "observable"
],
"jscomp_off": [
"es5Strict"
],
"compilation_level": "ADVANCED",
"output_wrapper": "// OpenLayers 3. See http://ol3.js.org/\n(function(){%output%})();",
"use_types_for_optimization": True,