Skip to content

Commit

Permalink
add nolint to pb.go files
Browse files Browse the repository at this point in the history
  • Loading branch information
sunnya97 committed Apr 8, 2021
1 parent 04e483d commit 8cf5fe0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions x/staking/legacy/v040/genesis.pb.go
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
// Package v040 is taken from:
// https://github.com/cosmos/cosmos-sdk/blob/v0.40.1/x/staking/types/genesis.pb.go
// by copy-pasted only the relevants parts for Genesis.
//nolint

// nolint
package v040

import (
Expand Down
3 changes: 1 addition & 2 deletions x/staking/legacy/v040/staking.pb.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
// Package v040 is taken from:
// https://github.com/cosmos/cosmos-sdk/blob/v0.40.1/x/staking/types/staking.pb.go
//nolint

// nolint
package v040

import (
Expand Down

0 comments on commit 8cf5fe0

Please sign in to comment.