Skip to content

Commit

Permalink
Suppress deprecated on soy generated code. (#429)
Browse files Browse the repository at this point in the history
User doesn't have control over these so it doesn't make
sense to have it enabled by default.

In the latest closure library release some method will be deprecated
and will cause breakage in most closure template targets without this
fix.
  • Loading branch information
gkdn authored and alexeagle committed Oct 3, 2019
1 parent 74dc51f commit 9ab7cb8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions closure/templates/closure_js_template_library.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,7 @@ def closure_js_template_library(
testonly = testonly,
suppress = suppress + [
"analyzerChecks",
"deprecated",
"reportUnknownTypes",
"strictCheckTypes",
"unusedLocalVariables",
Expand Down

0 comments on commit 9ab7cb8

Please # to comment.