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 = [
|
||||
"JSC_JSDOC_MISSING_TYPE_WARNING",
|
||||
"JSC_UNNECESSARY_ESCAPE",
|
||||
"JSC_UNUSED_LOCAL_ASSIGNMENT",
|
||||
],
|
||||
deps = [
|
||||
"//lib/polymer_externs:polymer_closure",
|
||||
|
Loading…
Reference in New Issue
Block a user