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(
38
38
rabbitmqctl (
39
39
name = "rabbitmqctl" ,
40
40
srcs = [
41
- "mix.exs" ,
42
41
"config/config.exs" ,
42
+ "mix.exs" ,
43
43
] + glob ([
44
44
"lib/**/*.ex" ,
45
45
]),
@@ -83,9 +83,9 @@ rabbitmqctl_check_formatted_test(
83
83
name = "check_formatted" ,
84
84
size = "small" ,
85
85
srcs = [
86
- "mix.exs" ,
87
- "config/config.exs" ,
88
86
".formatter.exs" ,
87
+ "config/config.exs" ,
88
+ "mix.exs" ,
89
89
] + glob ([
90
90
"lib/**/*.ex" ,
91
91
"test/**/*.exs" ,
@@ -140,9 +140,9 @@ rabbitmqctl_test(
140
140
name = "tests" ,
141
141
size = "large" ,
142
142
srcs = [
143
- "mix.exs" ,
144
- "config/config.exs" ,
145
143
".formatter.exs" ,
144
+ "config/config.exs" ,
145
+ "mix.exs" ,
146
146
] + glob ([
147
147
"lib/**/*.ex" ,
148
148
"test/**/*.exs" ,
You can’t perform that action at this time.
0 commit comments