Suppress messages

This commit is contained in:
Daniel Bader 2018-11-28 15:47:14 +01:00 committed by Stanley Cheung
parent b2d8b34c5e
commit fab336348d
1 changed files with 3 additions and 0 deletions

View File

@ -123,6 +123,9 @@ def _closure_grpc_web_library_impl(ctx):
suppress = [
"misplacedTypeAnnotation",
"unusedPrivateMembers",
"reportUnknownTypes",
"strictDependencies",
"extraRequire",
]
library = create_closure_js_library(