mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-09-12 14:42:38 +02:00
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:
@@ -1,9 +1,9 @@
|
||||
syntax = "proto3";
|
||||
|
||||
import "verrpc/verrpc.proto";
|
||||
|
||||
package lnclipb;
|
||||
|
||||
import "verrpc/verrpc.proto";
|
||||
|
||||
option go_package = "github.com/lightningnetwork/lnd/lnrpc/lnclipb";
|
||||
|
||||
message VersionResponse {
|
||||
|
Reference in New Issue
Block a user