We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9710063 commit 5613047Copy full SHA for 5613047
2 files changed
.arclint
@@ -34,7 +34,6 @@
34
"(^src/ui/src/types/schema\\.ts$)",
35
"(^third_party/cpplint/cpplint.py$)",
36
"(^third_party/gogoproto/gogo.proto$)",
37
- "(^third_party/protoc-gen-grpc-web/grpc_generator.cc$)",
38
"(c_cpp_properties.json$)",
39
"(go\\.mod$)",
40
"(go\\.sum$)"
src/stirling/source_connectors/socket_tracer/testing/containers/thriftmux/BUILD.bazel
@@ -129,12 +129,12 @@ scala_library(
129
130
scrooge_scala_library(
131
name = "thriftmux_scrooge",
132
- deps = [
133
- ":thrift_library",
134
- ],
135
exports = [
136
":scrooge_runtime_deps",
137
],
+ deps = [
+ ":thrift_library",
+ ],
138
)
139
140
scala_library(
0 commit comments