File tree Expand file tree Collapse file tree 3 files changed +65
-230
lines changed
Expand file tree Collapse file tree 3 files changed +65
-230
lines changed Original file line number Diff line number Diff line change @@ -87,6 +87,10 @@ Note: This takes quite some time on a single machine.
8787
8888` bazel run gazelle `
8989
90+ ## Regenerate moduleindex.yaml
91+
92+ ` bazel run :moduleindex > moduleindex.yaml `
93+
9094## Additional Useful Commands
9195
9296- Format all bazel files consistently (requires [ buildifier] ( https://github.com/bazelbuild/buildtools/blob/master/buildifier/README.md ) ):
Original file line number Diff line number Diff line change @@ -291,6 +291,7 @@ moduleindex(
291291 "@ct_helper//:erlang_app" ,
292292 "@emqtt//:erlang_app" ,
293293 "@inet_tcp_proxy_dist//:erlang_app" ,
294+ "@looking_glass//:erlang_app" ,
294295 "@meck//:erlang_app" ,
295296 "@proper//:erlang_app" ,
296297 "//deps/rabbitmq_ct_client_helpers:erlang_app" ,
You can’t perform that action at this time.
0 commit comments