Skip to content

Commit 974249e

Browse files
committed
Fixed PACKAGE_VERSION_SUFFIX lint warning
1 parent 05c4f69 commit 974249e

21 files changed

+1983
-1956
lines changed

rpc/buf.yaml

+1-11
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,4 @@ lint:
1515
- debug/debug.proto
1616
- monitor/monitor.proto
1717
- settings/settings.proto
18-
PACKAGE_VERSION_SUFFIX:
19-
- commands/board.proto
20-
- commands/commands.proto
21-
- commands/common.proto
22-
- commands/compile.proto
23-
- commands/core.proto
24-
- commands/lib.proto
25-
- commands/upload.proto
26-
- debug/debug.proto
27-
- monitor/monitor.proto
28-
- settings/settings.proto
18+

rpc/commands/board.pb.go

+273-268
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

rpc/commands/board.proto

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
syntax = "proto3";
1717

18-
package cc.arduino.cli.commands;
18+
package cc.arduino.cli.commands.v1;
1919

2020
option go_package = "github.com/arduino/arduino-cli/rpc/commands";
2121

rpc/commands/commands.pb.go

+647-629
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

rpc/commands/commands.proto

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
syntax = "proto3";
1717

18-
package cc.arduino.cli.commands;
18+
package cc.arduino.cli.commands.v1;
1919

2020
option go_package = "github.com/arduino/arduino-cli/rpc/commands";
2121

rpc/commands/common.pb.go

+55-55
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

rpc/commands/common.proto

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
syntax = "proto3";
1717

18-
package cc.arduino.cli.commands;
18+
package cc.arduino.cli.commands.v1;
1919

2020
option go_package = "github.com/arduino/arduino-cli/rpc/commands";
2121

0 commit comments

Comments
 (0)