mirror of https://github.com/grpc/grpc-web.git
Include `unusedPrivateMembers` to suppress attribute of rule
This commit is contained in:
parent
285608c466
commit
8aafc2786e
|
@ -123,6 +123,7 @@ def _closure_grpc_web_library_impl(ctx):
|
||||||
|
|
||||||
suppress = [
|
suppress = [
|
||||||
"misplacedTypeAnnotation",
|
"misplacedTypeAnnotation",
|
||||||
|
"unusedPrivateMembers"
|
||||||
]
|
]
|
||||||
|
|
||||||
library = closure_js_library_impl(
|
library = closure_js_library_impl(
|
||||||
|
|
Loading…
Reference in New Issue