File tree Expand file tree Collapse file tree 1 file changed +32
-0
lines changed
Expand file tree Collapse file tree 1 file changed +32
-0
lines changed Original file line number Diff line number Diff line change @@ -78,6 +78,38 @@ rabbitmq_run(
7878 visibility = ["//visibility:public" ],
7979)
8080
81+ < << << << HEAD
82+ == == == =
83+ rabbitmqctl_check_formatted_test (
84+ name = "check_formatted" ,
85+ size = "small" ,
86+ srcs = [
87+ ".formatter.exs" ,
88+ "config/config.exs" ,
89+ "mix.exs" ,
90+ ] + glob ([
91+ "lib/**/*.ex" ,
92+ "test/**/*.exs" ,
93+ ]),
94+ data = glob (["test/fixtures/**/*" ]),
95+ target_compatible_with = select ({
96+ "@platforms//os:macos" : [
97+ "@platforms//os:macos" ,
98+ "@elixir_config//:elixir_1_15" ,
99+ ],
100+ "//conditions:default" : [
101+ "@platforms//os:linux" ,
102+ "@elixir_config//:elixir_1_15" ,
103+ ],
104+ }),
105+ )
106+
107+ test_suite (
108+ name = "rabbitmqctl_check_formatted" ,
109+ tests = ["check_formatted" ],
110+ )
111+
112+ > >> >> >> 7 d9ea24eb2 (Run cli format check on elixir 1.15 only )
81113plt (
82114 name = "deps_plt" ,
83115 apps = [
You can’t perform that action at this time.
0 commit comments