Skip to content

Commit

Permalink
Suppress messages
Browse files Browse the repository at this point in the history
  • Loading branch information
danfabi authored and stanley-cheung committed Nov 28, 2018
1 parent b2d8b34 commit fab3363
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions bazel/closure_grpc_web_library.bzl
Expand Up @@ -123,6 +123,9 @@ def _closure_grpc_web_library_impl(ctx):
suppress = [
"misplacedTypeAnnotation",
"unusedPrivateMembers",
"reportUnknownTypes",
"strictDependencies",
"extraRequire",
]

library = create_closure_js_library(
Expand Down

0 comments on commit fab3363

Please sign in to comment.