File tree Expand file tree Collapse file tree 2 files changed +0
-159
lines changed
Expand file tree Collapse file tree 2 files changed +0
-159
lines changed Original file line number Diff line number Diff line change 11load ("@rules_erlang//:dialyze.bzl" , "dialyze" , "plt" )
22load (":rabbitmqctl.bzl" , "rabbitmqctl" )
3- load (":rabbitmqctl_check_formatted.bzl" , "rabbitmqctl_check_formatted_test" )
43load (":rabbitmqctl_test.bzl" , "rabbitmqctl_test" )
54load ("//:rabbitmq_home.bzl" , "rabbitmq_home" )
65load ("//:rabbitmq_run.bzl" , "rabbitmq_run" )
@@ -79,29 +78,6 @@ rabbitmq_run(
7978 visibility = ["//visibility:public" ],
8079)
8180
82- rabbitmqctl_check_formatted_test (
83- name = "check_formatted" ,
84- size = "small" ,
85- srcs = [
86- ".formatter.exs" ,
87- "config/config.exs" ,
88- "mix.exs" ,
89- ] + glob ([
90- "lib/**/*.ex" ,
91- "test/**/*.exs" ,
92- ]),
93- data = glob (["test/fixtures/**/*" ]),
94- target_compatible_with = select ({
95- "@platforms//os:macos" : ["@platforms//os:macos" ],
96- "//conditions:default" : ["@platforms//os:linux" ],
97- }),
98- )
99-
100- test_suite (
101- name = "rabbitmqctl_check_formatted" ,
102- tests = ["check_formatted" ],
103- )
104-
10581plt (
10682 name = "deps_plt" ,
10783 apps = [
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments