Skip to content

Commit 310c0da

Browse files
committed
Fixed PACKAGE_VERSION_SUFFIX lint warning
1 parent 646c0ee commit 310c0da

21 files changed

+1983
-1956
lines changed

rpc/buf.yaml

Lines changed: 1 addition & 11 deletions
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

Lines changed: 273 additions & 268 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

rpc/commands/board.proto

Lines changed: 1 addition & 1 deletion
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

Lines changed: 647 additions & 629 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

rpc/commands/commands.proto

Lines changed: 1 addition & 1 deletion
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

Lines changed: 55 additions & 55 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

rpc/commands/common.proto

Lines changed: 1 addition & 1 deletion
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)