Skip to content

Commit

Permalink
proto linting
Browse files Browse the repository at this point in the history
  • Loading branch information
StrathCole committed Nov 28, 2023
1 parent 0356e27 commit 3a92ff7
Show file tree
Hide file tree
Showing 6 changed files with 69 additions and 84 deletions.
2 changes: 0 additions & 2 deletions proto/terra/taxexemption/v1beta1/genesis.proto
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
syntax = "proto3";
package terra.taxexemption.v1beta1;

import "gogoproto/gogo.proto";

option go_package = "github.com/classic-terra/core/v2/x/taxexemption/types";

// GenesisState defines the taxexemption module's genesis state.
Expand Down
2 changes: 0 additions & 2 deletions proto/terra/taxexemption/v1beta1/gov.proto
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ syntax = "proto3";
package terra.taxexemption.v1beta1;

import "gogoproto/gogo.proto";
import "google/api/annotations.proto";
import "terra/taxexemption/v1beta1/taxexemption.proto";

option go_package = "github.com/classic-terra/core/v2/x/taxexemption/types";

Expand Down
2 changes: 0 additions & 2 deletions proto/terra/taxexemption/v1beta1/query.proto
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
syntax = "proto3";
package terra.taxexemption.v1beta1;

import "gogoproto/gogo.proto";
import "google/api/annotations.proto";
import "cosmos/base/query/v1beta1/pagination.proto";
import "terra/taxexemption/v1beta1/taxexemption.proto";
import "cosmos/base/v1beta1/coin.proto";

option go_package = "github.com/classic-terra/core/v2/x/taxexemption/types";

Expand Down
19 changes: 9 additions & 10 deletions x/taxexemption/types/genesis.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

61 changes: 29 additions & 32 deletions x/taxexemption/types/gov.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

67 changes: 31 additions & 36 deletions x/taxexemption/types/query.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 3a92ff7

Please sign in to comment.