protolint: configure protolint and fix the protolinting issues

This PR addresses the following:
- Install and Configure protolint to enforce the protobuf style guide rules in the CI.
- Fix the protolinting issues (package and import ordering) while maintaining the comaptibility.
This commit is contained in:
Mohamed Awnallah
2023-12-25 09:28:40 +02:00
parent ec5b824879
commit 1402ffd17b
10 changed files with 92 additions and 14 deletions

View File

@@ -1,10 +1,10 @@
syntax = "proto3";
package walletrpc;
import "lightning.proto";
import "signrpc/signer.proto";
package walletrpc;
option go_package = "github.com/lightningnetwork/lnd/lnrpc/walletrpc";
/*