File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -38,8 +38,8 @@ mix_archive_build(
3838rabbitmqctl (
3939 name = "rabbitmqctl" ,
4040 srcs = [
41- "mix.exs" ,
4241 "config/config.exs" ,
42+ "mix.exs" ,
4343 ] + glob ([
4444 "lib/**/*.ex" ,
4545 ]),
@@ -83,9 +83,9 @@ rabbitmqctl_check_formatted_test(
8383 name = "check_formatted" ,
8484 size = "small" ,
8585 srcs = [
86- "mix.exs" ,
87- "config/config.exs" ,
8886 ".formatter.exs" ,
87+ "config/config.exs" ,
88+ "mix.exs" ,
8989 ] + glob ([
9090 "lib/**/*.ex" ,
9191 "test/**/*.exs" ,
@@ -141,9 +141,9 @@ rabbitmqctl_test(
141141 name = "tests" ,
142142 size = "large" ,
143143 srcs = [
144- "mix.exs" ,
145- "config/config.exs" ,
146144 ".formatter.exs" ,
145+ "config/config.exs" ,
146+ "mix.exs" ,
147147 ] + glob ([
148148 "lib/**/*.ex" ,
149149 "test/**/*.exs" ,
You can’t perform that action at this time.
0 commit comments