Skip to content

Commit 5e45f52

Browse files
HoloRinmergify[bot]
authored andcommitted
Pass csv and json to rabbitmq_cli plt
So that they are no longer reported as unknown in //deps/rabbitmq_cli:dialyze (cherry picked from commit 0806114)
1 parent 166b2fd commit 5e45f52

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

deps/rabbitmq_cli/BUILD.bazel

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,11 @@ plt(
119119
"//deps/rabbit:erlang_app",
120120
"//deps/rabbit_common:erlang_app",
121121
],
122+
ez_deps = [
123+
":parallel_stream_ez",
124+
":csv_ez",
125+
":json_ez",
126+
],
122127
)
123128

124129
dialyze(

0 commit comments

Comments
 (0)