Skip to content

Commit 5613047

Browse files
committed
Fix linting
Signed-off-by: Dom Del Nano <ddelnano@gmail.com>
1 parent 9710063 commit 5613047

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.arclint

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@
3434
"(^src/ui/src/types/schema\\.ts$)",
3535
"(^third_party/cpplint/cpplint.py$)",
3636
"(^third_party/gogoproto/gogo.proto$)",
37-
"(^third_party/protoc-gen-grpc-web/grpc_generator.cc$)",
3837
"(c_cpp_properties.json$)",
3938
"(go\\.mod$)",
4039
"(go\\.sum$)"

src/stirling/source_connectors/socket_tracer/testing/containers/thriftmux/BUILD.bazel

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -129,12 +129,12 @@ scala_library(
129129

130130
scrooge_scala_library(
131131
name = "thriftmux_scrooge",
132-
deps = [
133-
":thrift_library",
134-
],
135132
exports = [
136133
":scrooge_runtime_deps",
137134
],
135+
deps = [
136+
":thrift_library",
137+
],
138138
)
139139

140140
scala_library(

0 commit comments

Comments
 (0)