mirror of https://github.com/grpc/grpc-web.git
Suppress messages
This commit is contained in:
parent
b2d8b34c5e
commit
fab336348d
|
@ -123,6 +123,9 @@ def _closure_grpc_web_library_impl(ctx):
|
|||
suppress = [
|
||||
"misplacedTypeAnnotation",
|
||||
"unusedPrivateMembers",
|
||||
"reportUnknownTypes",
|
||||
"strictDependencies",
|
||||
"extraRequire",
|
||||
]
|
||||
|
||||
library = create_closure_js_library(
|
||||
|
|
Loading…
Reference in New Issue