Skip to content

Commit cfb2fae

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

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
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/carnot/funcs/builtins/BUILD.bazel

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ pl_cc_library(
4646

4747
pl_cc_test(
4848
name = "collections_test",
49+
timeout = "moderate",
4950
srcs = ["collections_test.cc"],
5051
deps = [
5152
":cc_library",

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(

src/vizier/services/agent/shared/manager/BUILD.bazel

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,14 +86,14 @@ pl_cc_test(
8686

8787
pl_cc_test(
8888
name = "heartbeat_test",
89+
timeout = "moderate",
8990
srcs = ["heartbeat_test.cc"],
9091
deps = [
9192
":cc_library",
9293
":test_utils",
9394
"//src/common/event:cc_library",
9495
"//src/common/testing/event:cc_library",
9596
],
96-
timeout = "moderate",
9797
)
9898

9999
pl_cc_test(
@@ -119,12 +119,12 @@ pl_cc_test(
119119

120120
pl_cc_test(
121121
name = "registration_test",
122+
timeout = "moderate",
122123
srcs = ["registration_test.cc"],
123124
deps = [
124125
":cc_library",
125126
":test_utils",
126127
"//src/common/event:cc_library",
127128
"//src/common/testing/event:cc_library",
128129
],
129-
timeout = "moderate",
130130
)

0 commit comments

Comments
 (0)