Skip to content

Commit 34fb8ea

Browse files
committed
fix(stovepipe): sort generated proto inputs
Keep the Stovepipe queue contract inputs in Gazelle's required lexical order so CI metadata checks remain clean.
1 parent ba6b1f3 commit 34fb8ea

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tool/proto/BUILD.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,8 @@ go_proto_generated_files(
6767
go_proto_generated_files(
6868
name = "stovepipe_core_messagequeue",
6969
srcs = [
70-
"//stovepipe/core/messagequeue/proto:process.proto",
7170
"//stovepipe/core/messagequeue/proto:build.proto",
71+
"//stovepipe/core/messagequeue/proto:process.proto",
7272
],
7373
gen_services = False,
7474
imports = [

0 commit comments

Comments
 (0)