Bazel: Remove suppression of JSC_UNUSED_LOCAL_ASSIGNMENT
Change-Id: I4c17bed7fabd4f93562e31a0459e123cdc6ebeac
This commit is contained in:
parent
3b82967aed
commit
6d57599017
@ -31,7 +31,6 @@ def polygerrit_bundle(name, srcs, outs, app):
|
|||||||
suppress = [
|
suppress = [
|
||||||
"JSC_JSDOC_MISSING_TYPE_WARNING",
|
"JSC_JSDOC_MISSING_TYPE_WARNING",
|
||||||
"JSC_UNNECESSARY_ESCAPE",
|
"JSC_UNNECESSARY_ESCAPE",
|
||||||
"JSC_UNUSED_LOCAL_ASSIGNMENT",
|
|
||||||
],
|
],
|
||||||
deps = [
|
deps = [
|
||||||
"//lib/polymer_externs:polymer_closure",
|
"//lib/polymer_externs:polymer_closure",
|
||||||
|
Loading…
Reference in New Issue
Block a user